You can access this instance through the property named rowGrouping of the DkGridComponent.
<T> represents the object's shape coming from the data source.
<T>
clearRowGrouping()
It moves all the columns from the group panel to the center panel.
Params: None.
Return: void.
void
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.
Return: Observable<DkColumnDef[]>.
Observable<DkColumnDef[]>
collapseGroupRowChange
It emits when the user opens or closes a group row.
Return: Observable<DkGroupRowCollapseEvent<T>>.
Observable<DkGroupRowCollapseEvent<T>>
Last updated 3 years ago