activates the 'branch' mode that allows reordering tasks within the whole gantt
// 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");