Drag and drop table rows in Angular 6

11,559

Maybe you check this if you can update to angular 7

https://netbasal.com/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.com/swimlane/ngx-dnd

hope this helps

Share:
11,559
Kvartu
Author by

Kvartu

Updated on June 23, 2022

Comments

  • Kvartu
    Kvartu almost 2 years

    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.