#102413
Yavor Dashev
Participant

Hi Milan Unjiya,

If you want to get the swimlane when you drop an kanban item I have created a quick code snippet on how to achieve this functionality:


document.getElementById('kanban').addEventListener('dragEnd', (event) => {
console.log(event.detail.data.Item.data.swimlane);
});

Let me know if that works for you!

Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor Dashev
Smart UI Team
https://www.htmlelements.com/

</div>

  • This reply was modified 2 years, 11 months ago by Yavor Dashev.