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
Static Functions API Reference
Legacy API Reference
Static Functions API Reference

cell_getIsGrouped

Function: cell_getIsGrouped()

ts
function cell_getIsGrouped<TFeatures, TData, TValue>(cell): boolean;
function cell_getIsGrouped<TFeatures, TData, TValue>(cell): boolean;

Defined in: features/column-grouping/columnGroupingFeature.utils.ts:304

Checks whether this cell represents the grouped column for a grouped row.

This is the cell that usually renders the grouped value and expansion control.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends unknown = unknown

Parameters

cell

Cell<TFeatures, TData, TValue>

Returns

boolean

Example

ts
const isGroupedCell = cell_getIsGrouped(cell)
const isGroupedCell = cell_getIsGrouped(cell)