function table_lastPage<TFeatures, TData>(table): void;Defined in: features/row-pagination/rowPaginationFeature.utils.ts:378
Moves the table to the last known page.
Unknown, empty, and non-finite page counts do not have a navigable last page, so this does nothing for those states.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
void
table_lastPage(table)