Defined in: features/row-pagination/rowPaginationFeature.types.ts:109
TFeatures extends TableFeatures
TData extends RowData
getPaginatedRowModel: () => RowModel<TFeatures, TData>;
Defined in: features/row-pagination/rowPaginationFeature.types.ts:116
Returns the row model for the table after pagination has been applied.
RowModel<TFeatures, TData>
getPrePaginatedRowModel: () => RowModel<TFeatures, TData>;
Defined in: features/row-pagination/rowPaginationFeature.types.ts:120
Returns the row model for the table before any pagination has been applied.
RowModel<TFeatures, TData>