function table_firstPage<TFeatures, TData>(table): void;function table_firstPage<TFeatures, TData>(table): void;Defined in: features/row-pagination/rowPaginationFeature.utils.ts:335
Moves the table to the first page.
This is a convenience wrapper around table_setPageIndex(table, 0).
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
void
table_firstPage(table)table_firstPage(table)