React Data GridColumn Group Reference

Attributes and methods available on the ColumnGroup and ProvidedColumnGroup instances.

ColumnGroup

getColGroupDefCopy Link
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 Link
Function
Returns the group column id.
getProvidedColumnGroupCopy Link
Function
Returns the provided column group
getChildrenCopy Link
Function
Returns the children of this group if they exist or null
getDisplayedChildrenCopy Link
Function
Returns the displayed children of this group.
getLeafColumnsCopy Link
Function
Returns the leaf columns of this group.
getDisplayedLeafColumnsCopy Link
Function
Returns the displayed leaf columns of this group.
isResizableCopy Link
Function
Returns true if this group is resizable.
isExpandableCopy Link
Function
Returns true if this column group is expandable.
isExpandedCopy Link
Function
Returns true if this column group is expanded.
isPaddingCopy Link
Function
Returns true if this column group is a padding group that is used to correctly align column groups / children.
getPaddingLevelCopy Link
Function
Returns the padding level of this padding group.
isColumnCopy Link
false
isColumn is always false. Used to distinguish between columns and column groups.

ProvidedColumnGroup

getOriginalParentCopy Link
Function
Returns the parent column group, if this column is part of a column group.
getLevelCopy Link
Function
Returns the level of this group.
isPaddingCopy Link
Function
Returns true if this column group is a padding group that is used to correctly align column groups / children.
isExpandableCopy Link
Function
Returns true if this column group is expandable.
isExpandedCopy Link
Function
Returns true if this column group is expanded.
getGroupIdCopy Link
Function
Returns the group column id.
getChildrenCopy Link
Function
Returns the children of this group.
getColGroupDefCopy Link
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 Link
Function
Returns the leaf columns of this group.
isColumnCopy Link
false
isColumn is always false. Used to distinguish between columns and column groups.