function table_getCanLastPage<TFeatures, TData>(table): boolean;Defined in: features/row-pagination/rowPaginationFeature.utils.ts:300
Checks whether a known, finite last page exists after the current page.
Unknown (-1), empty, and non-finite page counts do not have a navigable last page.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
boolean
const canGoToLastPage = table_getCanLastPage(table)