甘特图 API属性order_branch_free页面内容order_branch_free Description 启用"branch"模式,允许任务在整个甘特图中任意位置重新排序 order_branch_free: booleanExample// 在相同嵌套层级内重新排序任务gantt.config.order_branch = true;// 在整个甘特图中任意位置重新排序任务gantt.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 任务重新排序