vakata / jstree

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

Move node programmatically #2735

Closed ArunPatal closed 1 year ago

ArunPatal commented 1 year ago

Hello,

Is there any method to move node programmatically?

Thanks

ArunPatal commented 1 year ago

Found It: jstree("move_node", nodeIds, parentId, newPosition); Source