Gantt APIPropertiesorder_branch_freeOn this pageorder_branch_free Description Activates the 'branch' mode that allows reordering tasks within the whole gantt order_branch_free: booleanExample// reordering tasks within the same nesting levelgantt.config.order_branch = true;// reordering tasks within the whole ganttgantt.config.order_branch_free = true; gantt.init("gantt_here");Default value: falseRelated samples Drag and drop rows in Grid Related API order_branch Related Guides Reordering Tasks