How to select which index an item is placed at when using Angular CDK Drag and Drop?
I have a cdkDropListGroup
with two cdkDropList
‘s. Both have cdkDropListSortingDisabled
set to false
and you are only supposed to move items from one drop list to another – at which they should be placed at certain index, based on the orderWeight
property of the item.