GridColumnMenuSortProps
Interface
The props of the GridColumnMenuSort component.
Definition
Package:@progress/kendo-vue-grid
Properties
The current column options.
onClosemenu?
Function
The method that will be called to close the column menu.
onSortchange?
(descriptors: SortDescriptor[], e: any) => void
The method that will be called to notify the parent Grid about a sort change.
Parameters:descriptorsSortDescriptor[]eany
sort?
SortDescriptor[]
The current sort state of the Grid.
The sortable option of the column.