Drag-and-drop and Areaselect in Datatable causing dropped row to move last.

Hi,
I have a situation where a datatable will have ‘drag and drop’ future and also ‘areaselect’, in this case when i drag and move a row to new position it moves to end of the list. can someone help me in this.
Please have a code snippet https://snippet.webix.com/jum8h8v7

Regards,
Ranjith G

Any news?

Hello,
Both of these properties are incompatible. Due to the fact, that both selection and drag occur at the same time - because they are performed on the same action. You can’t expose these two actions simultaneously in the config. You need to use either one or the other.
Could you please clarify your use-case and how it should work?