function createPaginatedRowModel<TFeatures, TData>(): (table) => () => RowModel<TFeatures, TData>;
Defined in: features/row-pagination/createPaginatedRowModel.ts:10
TFeatures extends TableFeatures
TData extends RowData = any
(table): () => RowModel<TFeatures, TData>;
Table<TFeatures, TData>
(): RowModel<TFeatures, TData>;
RowModel<TFeatures, TData>