order_branch_free

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

boolean order_branch_free;

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

Related samples

See also
Back to top