Back to Table

createPaginatedRowModel

docs/reference/functions/createPaginatedRowModel.md

8.21.3816 B
Original Source

Function: createPaginatedRowModel()

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

Defined in: features/row-pagination/createPaginatedRowModel.ts:10

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData = any

Returns

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

Parameters

table

Table<TFeatures, TData>

Returns

ts
(): RowModel<TFeatures, TData>;

Returns

RowModel<TFeatures, TData>