branch_loading

enables dynamic loading in the Gantt chart

boolean branch_loading;

Available only in PRO Edition

Example

gantt.config.date_format = "%Y-%m-%d %H:%i:%s";
gantt.config.branch_loading = true;
gantt.init("gantt_here");
 
gantt.load("/data");


Default value:

false

Related samples

Details

This functionality is available in the PRO edition only.

See also
Back to top