[Feature Request] Pagination component custom PaginationItem #4674
fobaz
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
I want to wrap pagination items in or other custom component instead of using onChange event.
Describe the solution you'd like
Would be nice to pass a component to use as PaginationItem, or be able to use "as={CustomComponent}" on PaginationItems.
Describe alternatives you've considered
I have tried overriding renderItem prop, however I lose all the nice original functionality and have to recreate it myself therefore making the component kinda useless.
Screenshots or Videos
No response
Beta Was this translation helpful? Give feedback.
All reactions