Back to Table

Table_RowModels_Paginated

docs/reference/interfaces/Table_RowModels_Paginated.md

8.21.31.3 KB
Original Source

Interface: Table_RowModels_Paginated<TFeatures, TData>

Defined in: features/row-pagination/rowPaginationFeature.types.ts:109

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

getPaginatedRowModel()

ts
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.

Returns

RowModel<TFeatures, TData>


getPrePaginatedRowModel()

ts
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.

Returns

RowModel<TFeatures, TData>