Skip to main content

auto_scheduling_initial

info

This functionality is available in the PRO edition only.

warning

The property has been deprecated in v9.1, use the schedule_on_parse property of gantt.config.auto_scheduling instead.

Description

Defines whether gantt will do autoscheduling on data loading/parsing

auto_scheduling_initial: boolean

Example

gantt.config.auto_scheduling_initial = false;

gantt.init("gantt_here");

Default value: true

Details

note

This config is defined in the auto_scheduling extension, so you need to activate the auto_scheduling plugin. Read the details in the Auto Scheduling article.

Change log

  • the property has been deprecated in v9.1
  • added in version 4.0