Hi bryntum team
How to save the swimlane order after swimlaneDrag? Is there a hook function similar to taskDragEnd?
Support Forum
Hello,
I'm not sure I got your question. Are you looking for this https://bryntum.com/products/taskboard/docs/api/Scheduler/model/ProjectModel#function-commitAsync
If not could you please explain a bit further?
Best of luck,
Tasnim
Hi,
Unfortunately, there are no listeners for swimlaneDrag. I've opened a ticket to implement that. Here it is https://github.com/bryntum/support/issues/6140
Workaround:
But swimlane is in a store called swimlanes. And there you could listen for change
event
https://bryntum.com/products/taskboard/docs/api/Core/data/Store#event-change
taskboard.swimlanes.on('change', (event) => console.log(event));
All The Best,
Tasnim
Best of luck,
Tasnim