I am trying to implement drag&drop functionality on ngx-datatable rows.
As mentioned in this open request on Github https://github.com/swimlane/ngx-datatable/issues/411, there is a custom directive I can add to achieve this. However, all the plunkers provided show multiple issues in the console when I tried to open them.
I've created a working sample here https://codesandbox.io/s/121n85o33, but the feature is not working properly. If you play around, you can see the rows are dropped without order. It will be great if someone can point me in the right direction to fix the problem.