Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
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
Legacy API Reference

getGroupedRowModel

Function: getGroupedRowModel()

ts
function getGroupedRowModel<TData>(): RowModelFactory<TData>;

Defined in: useLegacyTable.ts:99

Type Parameters

TData

TData extends RowData

Returns

RowModelFactory<TData>

Deprecated

Use createGroupedRowModel(aggregationFns) with the new useTable hook instead.

This is a stub function for v8 API compatibility with useLegacyTable. It acts as a marker to enable the grouped row model.