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 component.