Our flexible Kanban board for managing tasks with drag drop


Post by methodeuser1 »

Hi,

is there a way to specify how many tasks a column can contains?

Thanks


Post by ghulam.ghous »

Hi there,

There is no built-in support to specify how many tasks a column can have. But you can always implement it by listening to https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/TaskDrag#event-beforeTaskDrop and adding validation for the number of tasks in the column. You will also need to configure it in the task edit https://bryntum.com/products/taskboard/docs/api/TaskBoard/feature/TaskEdit as tasks can be moved to other columns from there.

Regards,
Ghous


Post Reply