Defined in: features/row-pagination/rowPaginationFeature.types.ts:127
TFeatures extends TableFeatures
TData extends RowData
getPaginatedRowModel: () => RowModel<TFeatures, TData>;Defined in: features/row-pagination/rowPaginationFeature.types.ts:134
Resolves the row model after pagination has sliced the current page.
RowModel<TFeatures, TData>
getPrePaginatedRowModel: () => RowModel<TFeatures, TData>;Defined in: features/row-pagination/rowPaginationFeature.types.ts:138
Reads the row model immediately before pagination.
RowModel<TFeatures, TData>