function table_setPagination<TFeatures, TData>(table, updater): void;Defined in: features/row-pagination/rowPaginationFeature.utils.ts:72
Routes a pagination updater through the table's pagination change handler.
The updater may be a next state object or a function of the previous PaginationState; controlled state and external atoms observe the same updater path as the instance API.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
void
table_setPagination(table, (old) => old)