auto_scheduling_initial
信息
本功能仅在 PRO 版中可用。
警告
该属性在 v9.1 版本中已废弃,请改用 gantt.config.auto_scheduling 的 schedule_on_parse 属性。
Description
定义 gantt 在数据加载/解析时是否执行自动排程
auto_scheduling_initial: boolean
Example
gantt.config.auto_scheduling_initial = false;
gantt.init("gantt_here");
默认值: true
Related samples
Details
注释
此配置在 auto_scheduling 扩展中定义,因此需要激活 auto_scheduling 插件。请参阅 Auto Scheduling 文章了解详细信息。
Related API
- auto_scheduling
- auto_scheduling_descendant_links
- auto_scheduling_move_projects
- auto_scheduling_project_constraint
- auto_scheduling_strict
- auto_scheduling_use_progress
- findCycles
- isCircularLink
- onAfterAutoSchedule
- onAfterTaskAutoSchedule
- onBeforeAutoSchedule
- onBeforeTaskAutoSchedule
- onCircularLinkError
- onAutoScheduleCircularLink
Related Guides
Change log
- 该属性在 v9.1 版本中已废弃
- 自版本 4.0 起新增
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.