Handles paginating table data. Outputs can be passed directly to a <PageButtonsSet> (from @hex-insights/core) component to allow users to control pagination.
<PageButtonsSet>
@hex-insights/core
The table data to paginate.
Options for pagination.
Pagination should be performed on filtered and sorted data (if doing so) rather than performing filtering/sorting on paginated data.
Handles paginating table data. Outputs can be passed directly to a
<PageButtonsSet>(from@hex-insights/core) component to allow users to control pagination.