Перейти к основному содержимому

order_branch_free

Description

Activates the 'branch' mode that allows reordering tasks within the whole gantt

order_branch_free: boolean

Example

// переупорядочивание задач на одном уровне вложенности
gantt.config.order_branch = true;
// переупорядочивание задач по всей диаграмме Ганта
gantt.config.order_branch_free = true;

gantt.init("gantt_here");

Значение по умолчанию: false

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.