DkGridRowGrouping
You can access this instance through the property named rowGrouping of the DkGridComponent.
Generics
<T>
represents the object's shape coming from the data source.
Methods
Method
Description
clearRowGrouping()
It moves all the columns from the group panel to the center panel.
Params: None.
Return: void
.
Events
Event
Description
groupPanelColumnsChange
It emits when the user moves a column to, from, or inside the group panel. This event sends all the resulting columns after the movement.
Params: None.
Return: Observable<DkColumnDef[]>
.
collapseGroupRowChange
It emits when the user opens or closes a group row.
Params: None.
Return: Observable<DkGroupRowCollapseEvent<T>>
.
Last updated