vakata / jstree

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

dnd feature #2474

Closed uc-pya closed 3 years ago

uc-pya commented 3 years ago

how to use dnd plugin with jstree v4 i tried this option "dnd": { "open_timeout": 1, "is_draggable": function () { return false; //data.li_attr.tid.length > 2 }, "drag_check": function() { alert("drag start"); }, "drop_finish" : function () { alert("DROP"); }, "drag_finish": function() { alert("drag finish"); },

        },

but dnd is not working can anyone suggest how to enable it because it was working with jquery based jsTree

vakata commented 3 years ago

v.4 is not released yet, most plugins are not finished. v4 is in development - there is not even an alpha version available yet.