Horizontal sortable does not work when using more rows of sortable items.
It should behave correctly when specified flex-wrap: wrap on the container.
The items are not sorted in correct way and some unexpected drop zones or empty spaces are shown
Providing a StackBlitz reproduction is the best way to share your issue.
StackBlitz starter: https://goo.gl/wwnhMV
Just look at this example: https://stackblitz.com/angular/gxaxdlegndb?file=app%2Fcdk-drag-drop-horizontal-sorting-example.ts and set flex-wrap: wrap on the list class.
This isn't supported at the moment. As it's set up right now, it'll only look at one axis at a time to determine how the items are sorted.
OK thanks, is it planned for future? It would be great...
This would be amazing. My list of items is in a horizontal grid.
Closing as duplicate of #13372
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
OK thanks, is it planned for future? It would be great...