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