function cell_getIsAggregated<TFeatures, TData, TValue>(cell): boolean;function cell_getIsAggregated<TFeatures, TData, TValue>(cell): boolean;Defined in: features/column-grouping/columnGroupingFeature.utils.ts:345
Checks whether this cell should render an aggregated value.
Aggregated cells are non-placeholder, non-grouped cells on rows that have subRows.
TFeatures extends TableFeatures
TData extends RowData
TValue extends unknown = unknown
Cell<TFeatures, TData, TValue>
boolean
const isAggregated = cell_getIsAggregated(cell)const isAggregated = cell_getIsAggregated(cell)