I'm seeking something like Drag and drop rows in a jqgrid but for Angular 6
How to make a drag and drop row of a table and get an order of the rows for send to server?
Thank you very much for your answers.
I'm seeking something like Drag and drop rows in a jqgrid but for Angular 6
How to make a drag and drop row of a table and get an order of the rows for send to server?
Thank you very much for your answers.
Maybe you check this if you can update to angular 7
https://netbasal./getting-to-know-the-angular-cdk-drag-and-drop-feature-d79ba462ce31
Otherwise theres a ton of dnd libraries out there for angular like
https://github./swimlane/ngx-dnd
hope this helps