auto_scheduling_initial

defines whether gantt will do autoscheduling on data loading/parsing

boolean auto_scheduling_initial;

Available only in PRO Edition

Example

gantt.config.auto_scheduling_initial = false;
 
gantt.init("gantt_here");


Default value:

true

Related samples

Details

This functionality is available in the PRO edition only.

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.

See also
Back to top