GridColumnMenuProps
The props which the ColumnMenu passes to its children.
Name | Type | Default | Description |
---|---|---|---|
animate? |
|
Controls the ColumnMenu animation. By default, the opening and closing animations are enabled. | |
checkAllItem? |
|
The template that can customize the check all checkbox item. | |
column |
|
The current column options. | |
columnMenuIcon? |
|
The icon that overrides the default(three vertical dots) icon displayed in the column menu of each column. | |
filter? |
|
The current filter state of the Grid. | |
filterable? |
|
The filterable option of the column. | |
filterOperators |
|
The filter operators for the Grid filters. | |
item? |
|
The template that can customize the checkbox item. | |
key? |
|
The key of the column menu. | |
onClose? |
|
The event that is fired when the column menu is closed. | |
onClosemenu? |
|
The method that will be called to close the column menu. | |
onContentfocus? |
|
The event that is fired when the column menu is focused. | |
onExpandchange? |
|
The event that is fired when the column menu is expanded or collapsed. | |
onFilterchange? |
|
The method that will be called to notify the parent Grid about a filter change. | |
onFocus? |
|
The trigger focus event. | |
onSortchange? |
|
The event that is fired when the column menu is about to be sorted. | |
opened? |
|
The opened column menu. | |
render? |
|
The method for rendering the column menu. | |
sort? |
|
The current sort state of the Grid. | |
sortable? |
|
The sortable option of the column. |