The Group
module is used to handle group action.
Clears all the grouped columns of the Grid.
Returns void
Collapses all the grouped rows of the Grid.
Returns void
Expands all the grouped rows of the Grid.
Returns void
Expands or collapses grouped rows by target element.
Parameter | Type | Description |
---|---|---|
target | Element |
Defines the target element of the grouped row. |
Returns void
Groups a column by column name.
Parameter | Type | Description |
---|---|---|
columnName | string |
Defines the column name to group. |
Returns void
Ungroups a column by column name.
Parameter | Type | Description |
---|---|---|
columnName | string |
Defines the column name to ungroup. |
Returns void