Hi, I need to alter order of the child nodes of s parent in a tree (via Javascript). How can i do this?
Regards,
You can use
tree.sortTree(id,“ASC”);
or
tree.sortTree(id,“DES”);
where id - id of parent node
( please be sure to include ext/dhtmlxtree_sb.js )