pagination.js 225 B

1234567891011
  1. export const getInitPagination = {
  2. size: 'small',
  3. total: 0,
  4. pageSize: 10,
  5. current: 1,
  6. showPageSize: true,
  7. showJumper: true,
  8. hideOnSinglePage: false,
  9. pageSizeOptions: [5, 10, 20, 30, 40],
  10. showTotal: true,
  11. }