function table_getPrePaginatedRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;function table_getPrePaginatedRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;Defined in: core/row-models/coreRowModelsFeature.utils.ts:221
Reads the row model immediately before pagination.
Pagination is the final built-in row-model stage, so this aliases table.getExpandedRowModel().
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
RowModel<TFeatures, TData>
const rowsBeforePagination = table_getPrePaginatedRowModel(table)const rowsBeforePagination = table_getPrePaginatedRowModel(table)