OursEnSki
OursEnSki
Hello, Yes I have access to this info... but following the DND there is the info before the move but not after, the parent_id is the original one, not the...
Hello, There must be something I don't understand. For example if I move "G 7000" from the root into "F 6000" dragDrop: function(node, data) { console.log(node); console.log(data); (see screenshot) I...
Hello, Great, thanks, I managed to find the ids to memorize things: console.log(node.data.id); // parent console.log(JSON.stringify(data.otherNodeData.data.id)); // item moved new child On the other hand, with the example code, it...
Hello, Sorry but I can't manage to do this simple thing of registering after a DND of an item its new parent_id... It is however the basis of being able...