Our flexible Kanban board for managing tasks with drag drop


Post by pedromeireless »

Hi, we want to add a feature where user can create or remove the taskboard column if he wants. We are using gantt + taskboard with Vue 3, so the columns are showed in the Gantt either.

I want to know if there's a Store for the columns, like we have for tasks, dependencies, resources etc. And in the case we don't, can we create one? Using load/sync for the columns would be great.

Thanks in advance.


Post by tasnim »

Hi,

Taskboard columns is a store so you can apply any method related to store

To remove a column you could use this https://bryntum.com/products/taskboard/docs/api/Core/data/Model#function-remove

taskboard.columns.first.remove();

https://bryntum.com/products/taskboard/docs/api/Core/data/Store


Post Reply