Our flexible Kanban board for managing tasks with drag drop


Post by lanpeng »

Hi bryntum team.
I want to add data into taskboard . which method can do that as " eventStore.add(data)" on calendar .And ,how to remove taskdata


Post by mats »

The data layer is the same as in calendar so you can use identical code in TaskBoard.

taskBoard.project.taskStore.add(...)

Post Reply