Our flexible Kanban board for managing tasks with drag drop


Post by jasonlunsford »

Dear Support,

Hopefully an easy question. We are trying to update cards in the TaskBoard programmatically. So far we've been able to do this fairly easily. However, when swimlanes are applied and a card has had a data field switched that would going from Swimlane A to Swimlane B, the card is NOT moving as expected. So for example if I have Swimlanes by Name, and change the task card name field from John to Jason, I would expect that card to automatically shift to the Jason swimlane.

Does this make sense? If so, can you please provide a code sample demonstrating how to do this? Again, changing the data "underneath" the task card is totally doable - the ONLY trouble is, switching swimlanes.

Thanks!


Post by marcio »

Hey Jason,

I tried to reproduce it on our demo here https://bryntum.com/products/taskboard/examples/filtering/

And ran

taskboard.project.eventStore.records[0].status = 'todo'

Can you share a demo with that behavior that you mentioned?

Attachments
Bryntum TaskBoard - Filtering demo - 11 September 2023.mp4
(74.17 KiB) Downloaded 45 times

Best regards,
Márcio


Post Reply