TanStack

Table_RowModels_Paginated

Interface: Table_RowModels_Paginated<TFeatures, TData>

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

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:134

Resolves the row model after pagination has sliced the current page.

Returns

RowModel<TFeatures, TData>


getPrePaginatedRowModel()

ts
getPrePaginatedRowModel: () => RowModel<TFeatures, TData>;

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

Reads the row model immediately before pagination.

Returns

RowModel<TFeatures, TData>