Search results

Group API in JavaScript Grid API control

The Group module is used to handle group action.

Methods

clearGrouping

Clears all the grouped columns of the Grid.

Returns void

collapseAll

Collapses all the grouped rows of the Grid.

Returns void

expandAll

Expands all the grouped rows of the Grid.

Returns void

expandCollapseRows

Expands or collapses grouped rows by target element.

Parameter Type Description
target Element Defines the target element of the grouped row.

Returns void

groupColumn

Groups a column by column name.

Parameter Type Description
columnName string Defines the column name to group.

Returns void

ungroupColumn

Ungroups a column by column name.

Parameter Type Description
columnName string Defines the column name to ungroup.

Returns void