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