-
-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make paginationPage an optional, controllable property #1037
base: master
Are you sure you want to change the base?
Conversation
- add paginationPage property to DataTable - call handleChangePage when paginationPage changes
✅ Deploy Preview for react-data-table-component ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Any release date? |
Looking great! |
ERA for merge? |
Hello @jbetancur and team, My request is how to display header text as well as row data completely. Currently If header text / row cells data is greater than 30 to 40 character then you are showing ellipse (...). I know there is one column property like, If I add above property in header column, then it's increasing the width of column. But is there any other way to display complete header text and row content without adding this property?. |
Any update about this? There is any way to reset table back to the first page manually? |
I was looking for a way to reset the table back to the first page, and I was not happy with the way that
paginationResetDefaultPage
works. I prefer using avalue/onValueChanged
pattern so I would like to add apaginationPage
property to control which page is selected when using either client-side or server-side pagination. It's expected thatpaginationPage
andonChangePage
are used together and kept in sync so that the pagination controls and actions still work: