table_nextPage

Function: table_nextPage()

ts
function table_nextPage<TFeatures, TData>(table): void;

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

Moves the table to the next page.

This delegates to table_setPageIndex so pagination state ownership and updater semantics remain consistent.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

table

Table_Internal<TFeatures, TData>

Returns

void

Example

ts
table_nextPage(table)