pagination
pagination copied to clipboard
React Pagination
Hi, I am using rc-pagination with typescipt. I am facing below problem when I declare the locale:
In some UI style,page size change option is required to show on the front,not after page num. Any config can set the "Sizer" position?
I need to add custom page select. I don't wanna use `rc-select`. Any other way to add page size selector? I've tried to add mine custom select component `selectComponentClass={MyCustomSelect}` but...
Hello, It would be nice to make a bool prop to hide the last page, because when we have too much data, we prefer not to go to the last...
I am trying to wrap each pager item into ` (from `next/link` or `react-router-dom`). My code is something like following: ```js { return {element} }} current={page} total={total} style={{ float: 'right',...
close https://github.com/react-component/pagination/issues/370
`showTitle=false` doesn't disable `title` for sizeChanger options. https://codesandbox.io/s/agitated-rain-nm5cn?file=/src/App.js 
SizeChanger will appear automatically when total is greater than 50, but if the size of pageszie is specified in props, clicking sizeChanger will not respond.Although this can be avoided in...
onChange的第二个参数pageSize为必须参数,和ahooks的PaginationConfig不适配