Hi Guys,
I am still working with the kanban component and I want to be able that when I drag some card it won't let me drop it in certain columns depending its origin.
For example, if my columns are status values and I drag a card in canceled status it should only let me dropped in the To Do column (that means I can only reset a canceled card) , or for example some cards can not change its swimlane, so I need to check when the drag event occurs check the card data and see in what areas (swimlanes are columns) can be dropped. is this possible?