Attributes and methods available on the ColumnGroup and ProvidedColumnGroup instances.
ColumnGroup
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. |
Returns the group column id. |
Returns the provided column group |
Returns the children of this group if they exist or null |
Returns the displayed children of this group. |
Returns the leaf columns of this group. |
Returns the displayed leaf columns of this group. |
Returns true if this group is resizable. |
Returns true if this column group is expandable. |
Returns true if this column group is expanded. |
Returns true if this column group is a padding group that is used to correctly align column groups / children. |
Returns the padding level of this padding group. |
isColumn is always false. Used to distinguish between columns and column groups. |
Returns the current width of the column. If the column is resized, the actual width is the new size. |
Returns the minWidth of the column or the default min width. |
Returns the left position of the column. |
Returns whether this column should be shown when the group is open / closed or undefined if its always shown. |
Returns the parent column group, if column grouping is active. |
Returns true if this is an empty group. |
Returns true while the column is being moved. |
Returns the pinned state of the column. |
ProvidedColumnGroup
Returns the parent column group, if this column is part of a column group. |
Returns the level of this group. |
Returns true if this column group is a padding group that is used to correctly align column groups / children. |
Returns true if this column group is expandable. |
Returns true if this column group is expanded. |
Returns the group column id. |
Returns the children of this group. |
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. |
Returns the leaf columns of this group. |
isColumn is always false. Used to distinguish between columns and column groups. |
Returns true if the column is visible. |
Returns whether this column should be shown when the group is open / closed or undefined if its always shown. |