Our flexible Kanban board for managing tasks with drag drop


Post by tmcuong »

Taskboard how to disable drag and drop cell and hide Add New Task (+) button at taskboard footer

Thanks a lot



Post by tmcuong »

I set in config disable task drag drop but It is not effect

features: {      
TaskDrag: { disabled: true },

Post by alex.l »

Hi tmcuong,

All features has a camelCase names, see the docs https://bryntum.com/docs/taskboard/api/TaskBoard/feature/TaskDrag

const taskBoard = new TaskBoard({
    appendTo : targetElement,

features : {
    taskDrag       : false,
    // ...

How to customize Column menu please read here: https://bryntum.com/docs/taskboard/guide/TaskBoard/customization/columnheadermenu

All the best,
Alex


Post Reply