When the table row is set to cdkDropList it should treat cdkDrag items within the row as list items, reordering where necessary and triggering cdkDropListDropped on release
mat-header-cells with the cdkDrag property inside a cdkDropList mat-header-row are behaving as if they are normal cdkDrag items without a cdkDropList.
https://stackblitz.com/edit/angular-3x3fbt
9.1.3
Similar issue: https://github.com/angular/components/issues/13770
Hi guys, I'd really need this feature to make mat-table columns reorderable. Has there been any progress with this?
Hi guys, I'd really need this feature to make mat-table columns reorderable. Has there been any progress with this?
This is still broken in 9.1.3 but for those looking you can work around this problem in 9.1.3 by making the entire table the drop list. This seems to bypass the issue.
Has this been resolved? I am facing a very similar issue on the latest Angular v10 stack...
Most helpful comment
see https://stackblitz.com/edit/angular-p12rek