Drag and drop multiple rows in MatTable with Angular

1.7k views Asked by At

I have two Mat-Tables in my Angular project. Drag and drop with single rows works fine. But I need drag and drop with multiple rows, each checked by a checkbox. Cant find any examples on how to do this. Can anyone please help?

Thank you!

1

There are 1 answers

0
Christoph Glaß On

I found some working examples here: https://github.com/angular/components/issues/13807