GridColumnMenuGroupBaseProps
Interface
The props passed to the ColumnMenu group component.
Definition
Package:@progress/kendo-vue-grid
Properties
The current column options.
group?
GroupDescriptor[]
The current group state of the Grid. It takes value of type GroupDescriptor[]
groupable?
boolean
The groupable option of the column.
onClosemenu?
Function
The method that will be called to close the column menu.
onGroupchange?
(groups: GroupDescriptor[], event: any) => void
The method that will be called to notify the parent Grid about a group change.
Parameters:groupsGroupDescriptor[]eventany