Drag and drop within treetable

Hello,

Is it possible to catch that the dragged object end location is between the other 2 nodes in treetable - in order to change it’s order. And within the same control detect that dragged object is dropped on some node in order to become it’s child. I can do one or another but didn’t manage to do both within same treetable.

I had it working in ExtJs where they have 2 different events for in-between the nodes drop and “on the node” drop. But can’t figure out how to do it in Webix.

Hello,

You can check the list of available events.

But in fact Webix has two separate drag-n-drop modes, standard and “order”, each of which can perform the mentioned tasks, but they cannot be combined for now.