function table_autoResetPageIndex<TFeatures, TData>(table): void;function table_autoResetPageIndex<TFeatures, TData>(table): void;Defined in: features/row-pagination/rowPaginationFeature.utils.ts:40
Resets the page index when a page-altering change should return to page 0.
The reset runs when autoResetAll, autoResetPageIndex, or the default client-side pagination behavior allows it. Manual pagination opts out unless the reset options explicitly opt back in.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
void
table_autoResetPageIndex(table)table_autoResetPageIndex(table)