Dear support,
I have Kanban with three column: Engage, Accepted, Qualified. The scenario is: I move a card from one column to another column, let say: I drag card from "Engage" column and then drop it at "Qualified". At dropStop event, I have code to execute custom API that need dropped column info such as index or name:
So in my scenario, I need "Qualified" column info. But I can not found it at dropStop event. How to know dropped column info/properties like name, index etc at dropStop event?
note: dropIndex always return zero.
Thank you in advance.
Best regards,
Ismail