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

Cell_ColumnGrouping

Interface: Cell_ColumnGrouping

Defined in: features/column-grouping/columnGroupingFeature.types.ts:132

Properties

getIsAggregated()

ts
getIsAggregated: () => boolean;

Defined in: features/column-grouping/columnGroupingFeature.types.ts:136

Returns whether or not the cell is currently aggregated.

Returns

boolean


getIsGrouped()

ts
getIsGrouped: () => boolean;

Defined in: features/column-grouping/columnGroupingFeature.types.ts:140

Returns whether or not the cell is currently grouped.

Returns

boolean


getIsPlaceholder()

ts
getIsPlaceholder: () => boolean;

Defined in: features/column-grouping/columnGroupingFeature.types.ts:144

Returns whether or not the cell is currently a placeholder cell.

Returns

boolean