function column_getIsGrouped<TFeatures, TData, TValue>(column): boolean;function column_getIsGrouped<TFeatures, TData, TValue>(column): boolean;Defined in: features/column-grouping/columnGroupingFeature.utils.ts:90
Checks whether this column id is present in state.grouping.
The result only reflects grouping state, not whether the grouped row model has been calculated yet.
TFeatures extends TableFeatures
TData extends RowData
TValue extends unknown = unknown
Column_Internal<TFeatures, TData, TValue>
boolean
const isGrouped = column_getIsGrouped(column)const isGrouped = column_getIsGrouped(column)