---
title: sortableProps API
description: "API Index | sortableProps"
api_reference: true
slug: api_treelist_sortableprops_wrapper
---

# SortableProps

### sortable-allow-unsort `Boolean`

If `sortable-allow-unsort` is set to `true`, the user can get the TreeList in its unsorted state by clicking the sorted column header.

### sortable-mode `String`

The sort mode.

* If `sortable-mode` is set to `single`, the user can sort by one column at a time.
* If `sortable-mode` is set to `multiple`, the user can sort by multiple columns.

## Suggested Links

* [`Sortable` in Kendo UI TreeList for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/ui/treelist/configuration/sortable)
