跳到主要内容

order_branch_free

Description

启用允许在整个甘特图中重新排序任务的 'branch' 模式

order_branch_free: boolean

Example

// 在相同嵌套层级内重新排序任务
gantt.config.order_branch = true;
// 在整个甘特图中任意位置重新排序任务
gantt.config.order_branch_free = true;

gantt.init("gantt_here");

默认值: false

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.