JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › General Discussions › Kanban swimlanes › Reply To: Kanban swimlanes
October 12, 2021 at 3:40 pm
#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, 12 months ago by Yavor Dashev.