DataTable drag "info-box"

Hi,

When dragging an row from datatable to a tree, the row or in my case a custom info-box is centered on the mouse pointer which makes it hard to see the tree items. How can I make it left align to the mouse pointer.

Here is a snippet showing the issue: https://snippet.webix.com/i4e81v8b

Hi,

You can use $dragCreate
The context can store x_offset and y_offset
Please check our blog, there is you can find more information:
https://blog.webix.com/creating-apps-with-live-ui-editing-using-webix-abslayout/

Hi,

I don’t see how to use $dragCreate with a datatable. Have been testing for hours, but still can’t change the position of the drag label.

Please assist me, my code snippet in my top post.