React Data GridColumn Group Reference

Attributes and methods available on the ColumnGroup and ProvidedColumnGroup instances.

ColumnGroup

getColGroupDefCopy
Function
Returns the column group definition for this column. The column group definition will be the result of merging the application provided column group definition with any provided defaults (e.g. defaultColGroupDef grid option.
getGroupIdCopy
Function
Returns the group column id.
getProvidedColumnGroupCopy
Function
Returns the provided column group
getChildrenCopy
Function
Returns the children of this group if they exist or null
getDisplayedChildrenCopy
Function
Returns the displayed children of this group.
getLeafColumnsCopy
Function
Returns the leaf columns of this group.
getDisplayedLeafColumnsCopy
Function
Returns the displayed leaf columns of this group.
isResizableCopy
Function
Returns true if this group is resizable.
isExpandableCopy
Function
Returns true if this column group is expandable.
isExpandedCopy
Function
Returns true if this column group is expanded.
isPaddingCopy
Function
Returns true if this column group is a padding group that is used to correctly align column groups / children.
getPaddingLevelCopy
Function
Returns the padding level of this padding group.
isColumnCopy
false
isColumn is always false. Used to distinguish between columns and column groups.

ProvidedColumnGroup

getOriginalParentCopy
Function
Returns the parent column group, if this column is part of a column group.
getLevelCopy
Function
Returns the level of this group.
isPaddingCopy
Function
Returns true if this column group is a padding group that is used to correctly align column groups / children.
isExpandableCopy
Function
Returns true if this column group is expandable.
isExpandedCopy
Function
Returns true if this column group is expanded.
getGroupIdCopy
Function
Returns the group column id.
getChildrenCopy
Function
Returns the children of this group.
getColGroupDefCopy
Function
Returns the column group definition for this column. The column group definition will be the result of merging the application provided column group definition with any provided defaults (e.g. defaultColGroupDef grid option.
getLeafColumnsCopy
Function
Returns the leaf columns of this group.
isColumnCopy
false
isColumn is always false. Used to distinguish between columns and column groups.