Defined in: features/row-pagination/rowPaginationFeature.types.ts:123
TFeatures extends TableFeatures
TData extends RowData
optional paginatedRowModel: (table) => () => RowModel<TFeatures, TData>;
Defined in: features/row-pagination/rowPaginationFeature.types.ts:131
Returns the row model after pagination has taken place, but no further. Pagination columns are automatically reordered by default to the start of the columns list. If you would rather remove them or leave them as-is, set the appropriate mode here.
Table<TFeatures, TData>
(): RowModel<TFeatures, TData>;
RowModel<TFeatures, TData>