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. |
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. |