控制是否允许从父任务(项目)创建到其子任务的链接
Available only in PRO Edition
gantt.config.auto_scheduling_descendant_links = true;
gantt.init("gantt_here");
此功能仅在 PRO 版本中可用。
此设置是 auto_scheduling 扩展的一部分,因此请确保启用 auto_scheduling 插件。更多详情请参阅 自动调度 文章。
默认情况下,不允许从父任务(项目)创建到其子任务的链接。
在版本 4.0 中新增
Back to top