en-US

To switch the size of each page, you can customize the options through dPageSizeList.

zh-CN

切换每页大小,可通过 dPageSizeList 自定义选项。

import { DPagination } from '@react-devui/ui';

export default function Demo() {
  return <DPagination dTotal={200} dCompose={['pages', 'page-size']} dPageSizeList={[5, 10, 15, 20]}></DPagination>;
}