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_getIsPlaceholder

Function: cell_getIsPlaceholder()

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

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

Checks whether this cell is a placeholder hidden by grouping.

Placeholder cells belong to grouped columns other than the row's active grouping column.

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 isPlaceholder = cell_getIsPlaceholder(cell)
const isPlaceholder = cell_getIsPlaceholder(cell)