function table_nextPage<TFeatures, TData>(table): void;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.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
void
table_nextPage(table)table_nextPage(table)