Optional ComponentOptional firstIndicator/icon used in action/button to navigate to the first page.
Optional lastIndicator/icon used in action/button to navigate to the last page.
Optional nextIndicator/icon used in action/button to navigate to the next page.
Optional previousIndicator/icon used in action/button to navigate to the previous page.
Optional autoReset pagination when data changes (sorting, filtering, etc.).
true for client-side pagination
false for manual-pagination.
Optional disableDisable pagination.
false
Optional fetchOptional initialInitial settings of pagination
Optional manualOptional onCallback executed when page changes (all pagination changes). The function must be wrapped in useCallback hook.
Optional pageOptional pageShow a list of page-size options in Preference panel.
"[10, 20, 50, 75, 100, 150]"
Optional paginateCount expanded sub-rows while calculating rows on a page.
true
Optional recordGenerated using TypeDoc
Custom component to be rendered for pagination. Overrides all indicators.