pagination icon indicating copy to clipboard operation
pagination copied to clipboard

React Pagination

Results 80 pagination issues
Sort by recently updated
recently updated
newest added

Confused how to get started. Happy to create a PR with some additional docs if someone can point me in the right direction. ## Problem This is my result when...

Add prop `buildOptionText`

![hellos](https://user-images.githubusercontent.com/33895507/68456703-7c4c7b80-0239-11ea-8a0a-5a1e19699c73.png)

Exposes buildOptionText property of Options component to Pagination component. pageSizeBuildOptionText allows the user to define a method to overwrite the default buildOptionText method inside the Option component, allowing for custom...

ant-design/ant-design#14683

Hi. This PR adds support for customizing the "slash" divider. At our company we'd rather display "1 of 30" instead of "1 / 30". I also added itemRender tests for...

期望给onShowSizeChange增加返回值,通过返回值判断是否要继续执行onPageChange,现在只要传了onShowSizeChange,就会调用onPageChange,是否可以这样,比如 ```js _this.changePageSize = function (size) { /*... 原来的逻辑 ... */ //在这里增加个判断,可以让用户选择是否继续调用onChange,也可以用户手动调用 const noChangePage = _this.props.onShowSizeChange(current, size); if (noChangePage === 'reject') return if ('onChange' in _this.props && _this.props.onChange) { _this.props.onChange(current,...

Now `changeSelect` and `goInput` are tied up one `li`, is that possible to separate them as individual component? 是否可以将 `changeSelect` 和 `goInput` 分出来,作为独立的组件?

**Issue** https://react-component.github.io/pagination/?path=/story/rc-pagination--default Button for Prev and Next shows korean text when mouse-over, how to make it english or change text? **Solution** https://github.com/react-component/pagination/tree/master/src/locale - List of locales. Example english. ``` const...

Hello, could you please add 'simple' fields to rc-pagination.d.ts. Thank you.