function row_getIsGrouped<TFeatures, TData>(row): boolean;Defined in: features/column-grouping/columnGroupingFeature.utils.ts:249
Checks whether this row was created as a grouped row.
Grouped rows carry a groupingColumnId; ordinary leaf rows do not.
TFeatures extends TableFeatures
TData extends RowData
Row_Core\<`TFeatures`, `TData`\> & ExtractFeatureMapTypes\<`TFeatures`, [`Row_FeatureMap`](../../index/interfaces/Row_FeatureMap.md)\<`TFeatures`, `TData`\>> & Partial\<[`Row_ColumnGrouping`](../../index/interfaces/Row_ColumnGrouping.md)\>
boolean
const isGrouped = row_getIsGrouped(row)