Drop to a datatable

Hi,

i can drop data from a tree to a datatable and catch the drop event like this snippet :

https://snippet.webix.com/y097vqtb

I wish drop on a particular row of the datatable and retreive the destination row id : could you help me please ?

Hello,
In your original example you don’t need to use DragControl if you just add the row from treetable to datatable.
As a solution you can add the drag:"target" parameter and use onBeforeDrop event to get destination id or define the logic.
Please check the following sample:
https://snippet.webix.com/y5i9rm4v

Thank you very much again @annazankevich !

https://snippet.webix.com/p9f2vf5j