Back to Table

table_getPrePaginatedRowModel

docs/reference/functions/table_getPrePaginatedRowModel.md

8.21.3693 B
Original Source

Function: table_getPrePaginatedRowModel()

ts
function table_getPrePaginatedRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;

Defined in: core/row-models/coreRowModelsFeature.utils.ts:112

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

table

Table_Internal<TFeatures, TData>

Returns

RowModel<TFeatures, TData>