cell_getIsPlaceholder

Function: cell_getIsPlaceholder()

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

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

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)