GridColumnMenuGroupProps
The props of the GridColumnMenuGroup component.
Name | Type | Default | Description |
---|---|---|---|
column |
|
The current column options. | |
group? |
|
The current group state of the Grid. It takes value of type GroupDescriptor[] | |
groupable? |
|
The groupable option of the column. | |
onCloseMenu? |
|
The method that will be called to close the column menu. | |
onGroupChange? |
|
The method that will be called to notify the parent Grid about a group change. |