« Example 10 Example 12 »

Example 11 - right-to-left support

You can display the tree from right to left with the rtl option.

javascript

$('#tree1').tree({
    rtl: true
});