Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Legacy API Reference
Enterprise

CachedRowModel_Sorted

Interface: CachedRowModel_Sorted<TFeatures, TData>

Defined in: features/row-sorting/rowSortingFeature.types.ts:224

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

sortedRowModel()

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

Defined in: features/row-sorting/rowSortingFeature.types.ts:228

Returns

RowModel<TFeatures, TData>