ColumnMenuProps
Defines the props of the ColumnMenu component.
| Name | Type | Default | Description | 
|---|---|---|---|
expandFilters? | 
 | 
 | 
 Sets the initial expand state of the filters.  | 
field? | 
 | 
 Sets the column   | |
filter? | 
 | 
 Sets the   | |
filterContent? | 
 | 
 Provides the filtering UI components in render order. Supply up to three components: first filter, logic, second filter.  | |
initialFilter? | 
 | 
 Returns the initial   | |
itemsRender? | 
 | 
 Fires before the ColumnMenu items render. Use to add or remove items.
  | |
onFilterChange? | 
 | 
 Fires when filtering changes. Receives the browser event, the new   | |
onSortChange? | 
 | 
 Fires when sorting changes. Receives the browser event, the new   | |
render? | 
 | 
 Fires before the ColumnMenu renders. Use to override the entire rendering.
  | |
sort? | 
 | 
 Sets the   | |
sortAsc? | 
 | 
 | 
 Shows the ascending sort button when   | 
sortDesc? | 
 | 
 | 
 Shows the descending sort button when   |