react-data-table-component icon indicating copy to clipboard operation
react-data-table-component copied to clipboard

Pass the last row or the page member rows to onChangePage callback

Open andrewhamili opened this issue 3 years ago • 1 comments

image

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.

andrewhamili avatar Mar 23 '22 04:03 andrewhamili

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.

stale[bot] avatar Apr 28 '22 10:04 stale[bot]