0๐
โ
- You should wrap each your column in
draggable
- Add
@change
event listener on each column - In that event listener you can check whether that item must be processed or not: if the item is not suitable for that area you do nothing, otherwise you do something.
0๐
You can add โmoveโ prop and return false,
refer this : https://github.com/SortableJS/Vue.Draggable/issues/897
Source:stackexchange.com