I'm developing an app using Ionic 3 and Angular 4 frameworks and Ng-Dragula library.
I need more detailed control over drag and drop of elements provided by Ng-Dragula.
For example, I have three columns.
I want the user can move itens:
- From first column to second column;
- From second column to third column;
- From third column to second column.
I don't want user can move itens:
- From first column to third column.
- From second column to first column.
- From third column to first column.
How can I set this detailed constraints?