Skip to main content

branch_loading

info

This functionality is available in the PRO edition only.

Description

Enables dynamic loading in the Gantt chart

branch_loading: boolean

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