vakata / jstree

jquery tree plugin
http://jstree.com
MIT License
5.15k stars 1.38k forks source link

Update node #2552

Closed azzahrah closed 3 years ago

azzahrah commented 3 years ago

howto update node with id as parameter?

vakata commented 3 years ago

https://www.jstree.com/api/#/?q=set_id&f=set_id(obj,%20id) or if you mean the title: https://www.jstree.com/api/#/?q=rename&f=rename_node(obj,%20val)