ColumnMenuSortProps
Interface
The props of the ColumnMenuSort component.
Definition
Package:@progress/kendo-vue-data-tools
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 about a sort change.
Parameters:descriptorsSortDescriptor[]eany
sort?
SortDescriptor[]
The current sort state of the .
The sortable option of the column.