Angular Material Drag and Drop multi row list
问题 I have a list of items which I need do order. To do so, I'd like to drag and drop. I'm using Angular Materials list solution, but my list waps to a new line (flex-wrap) When I have multiple rows, it doesn't put the items in where they sholud be. Heres an example; https://stackblitz.com/edit/angular-dnd-list-multirow Does anyone know how to make this work? Thanks. 回答1: The problem if you use an unique cdkDropList is that when you drag all the items reorder. I suggest an aproximation that