windmill-react-ui
windmill-react-ui copied to clipboard
Next Data Set Buttons in pagination that will take custom user function as prop
Is your feature request related to a problem? Please describe. I am not able to load the next x data set via pagination as it is useful if there are large data in the database and I can load data in chunks instead of the complete dataset.
Describe the solution you'd like A next data and prev data set button that on click will execute a user-defined function to request fresh data it should be optional but very useful.
Additional context can be passed as functional props to <Pagination/> component.
A pull request for the above feature has been generated at here please have look