react-data-table-component
react-data-table-component copied to clipboard
Pass the last row or the page member rows to onChangePage callback

Currently, the props that is being passed to the onChangePage callback is the next page number and the totalRows.
Is it possible to include the paginated rows (eg: the {10|15|25|30} visible rows from the paginated rows of the array)
I would like to use the last row ID as a required params for my server side pagination.
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.