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

https://github.com/react-component/pagination/blob/89531d5f936db7ba960a1a39c9e613a8567185e8/src/Pagination.jsx#L73

There should be an option to show max pages. I need to show only five pages at most anytime in pagination. But I'm unable to do that as pagination component...

[\ in simple mode](https://github.com/react-component/pagination/blob/cfc02bb2274826d2f6729d423494eeda24afa064/src/Pagination.jsx#L446-L453) should handle **onBlur** event when goButton is not showed so that `this.prop.onChange()` is called and the content for the `currentInputValue` page can be put on display....

Looking at https://react-component.github.io/pagination/?path=/story/rc-pagination--sizer and then attempting to implement the "sizer" in my code. When I enable showSizeChanger, each select option appears to have (Chinese?) characters after it. However I changed...

Although a `showPrevNextJumpers` option exists, when set to `false`, the resulting pagination component looks kinda awful (first and middle elements not being padded or separated makes the page list looks...

I tried onChange, onClick, in both ``itemRender`` and top level. Using Next.js ````javascript type == 'page' ? console.log('works?')}>{current} : element} onChange={(pageNum) => console.log(pageNum)} onClick={(pageNum) => console.log(pageNum)} /> ```` in the...

I am having below issue when trying to add Page Size drop down : Uncaught TypeError: d.forwardRef is not a function at Object. (OptionList.js:297) at t (bootstrap 1b418655dfad34aa7f93:19) at Object....

Cant use another locale for library in typescript, because there is no declaration file for locale files.

Currently it is possible to use `itemRender` to customize child markup for ``, but for accessiblity its is not enough. At least there would be need to customize title attribute...