UNPKG

@progress/kendo-grid-vue-wrapper

Version:
37 lines (22 loc) 974 B
--- title: sortableProps API description: "API Index | sortableProps" api_reference: true slug: api_grid_sortableprops_wrapper --- # SortableProps ### sortable-allow-unsort `Boolean` If `sortable-allow-unsort` is set to `true`, the user can get the Grid in unsorted state by clicking the sorted column header. ### sortable-show-indexes `Boolean` If `sortable-show-indexes` is set to `true`, the user will see the sort sequence indicators for the sorted columns. ### sortable-initial-direction `String` Determines the initial (from unsorted to sorted state) sort direction. The supported values are: * `asc` * `desc` ### sortable-mode `String` The sorting mode. * If `sortable-mode` is set to `single`, the user can sort by one column. * If `sortable-mode` is set to `multiple`, the user can sort by multiple columns. ## Suggested Links * [`Sortable` in Kendo UI Grid for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/sortable)