Skip to main content

order_branch_free

Description

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

order_branch_free: boolean

Example

// reordering tasks within the same nesting level
gantt.config.order_branch = true;
// reordering tasks within the whole gantt
gantt.config.order_branch_free = true;

gantt.init("gantt_here");

Default value: 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.