Angular 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.
getActualWidthCopy Link
Function
Returns the current width of the column. If the column is resized, the actual width is the new size.
getMinWidthCopy Link
Function
Returns the minWidth of the column or the default min width.
getLeftCopy Link
Function
Returns the left position of the column.
getColumnGroupShowCopy Link
Function
Returns whether this column should be shown when the group is open / closed or undefined if its always shown.
getParentCopy Link
Function
Returns the parent column group, if column grouping is active.
isEmptyGroupCopy Link
Function
Returns true if this is an empty group.
isMovingCopy Link
Function
Returns true while the column is being moved.
getPinnedCopy Link
Function
Returns the pinned state of the column.

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.
isVisibleCopy Link
Function
Returns true if the column is visible.
getColumnGroupShowCopy Link
Function
Returns whether this column should be shown when the group is open / closed or undefined if its always shown.