summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/32_selectable.md
blob: 18dd4d31bce3be757d814b47646e5ae7907b724f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: selectable
name: options-selectable
---

Turn on selection of nodes.

* **true (default)**: turn on selection of nodes
* **false**: turn off selection of nodes

Example: turn off selection of nodes.

{% highlight js %}
$('#tree1').tree({
    data: data,
    selectable: false
});
{% endhighlight %}