GridColumnMenuProps
The props which the ColumnMenu passes to its children.
Name | Type | Default | Description |
---|---|---|---|
column |
|
The current column options. | |
filter? |
|
The current filter state of the Grid.It takes value of type CompositeFilterDescriptor | |
filterable? |
|
The filterable option of the column. | |
filterOperators |
|
The filter operators for the Grid filters. | |
group? |
|
The current group state of the Grid. It takes value of type GroupDescriptor[] | |
groupable? |
|
The groupable option of the column. | |
navigatable? |
| ||
onCloseMenu? |
|
The method that will be called to close the column menu. | |
onFilterChange? |
|
The method that will be called to notify the parent Grid about a filter change. | |
onGroupChange? |
|
The method that will be called to notify the parent Grid about a group change. | |
onSortChange? |
|
The method that will be called to notify the parent Grid about a sort change. | |
show? |
| ||
sort? |
|
The current sort state of the Grid. It takes a value of type SortDescriptor[] | |
sortable? |
|
The sortable option of the column. |