---
title: Right-to-left support
js: examples/right-to-left.js
---
« Example 10
Example 12 »
Example 11 - right-to-left support
You can display the tree from right to left with the rtl option.
javascript
{% highlight js %}
$('#tree1').tree({
rtl: true
});
{% endhighlight %}