[FEATURE]: Display pagination clones at the top of the table
Feature Check list
- [x] Agree to the Code of Conduct
- [x] Read the README to ensure the feature is not already present
- [x] You read Creating Issues, Features and Pull Requests
- [x] Considered the value versus complexity for all users of the library as well as library maintenance
- [x] Considered if this can be a storybook or documentation example
Is your feature request related to a problem? Please describe
Hi. Is there any way to display a duplicate of an existing pagination at the top of a table? For convenience when the number of rows to be displayed increases, we would like to display pagination at the top of the table as well. I have tried cloning elements, etc., but have not been able to implement it successfully.
If there is such an option, it would be very helpful.
I apologize if there are any mistakes in English. Thank you very much for your time.
Describe the solution you'd like
How about providing it as General Properties of the DataTable Component.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I vote for this. it could be just an optional parameter like showPaginationAtTop and duplicate the code used to generation the pagination at the bottom of DataTable.tsx