Back to Table

table_setPagination

docs/reference/functions/table_setPagination.md

8.21.3755 B
Original Source

Function: table_setPagination()

ts
function table_setPagination<TFeatures, TData>(table, updater): void | undefined;

Defined in: features/row-pagination/rowPaginationFeature.utils.ts:30

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

table

Table_Internal<TFeatures, TData>

updater

Updater<PaginationState>

Returns

void | undefined