branch_loading_property

specifies that the task has children that are not yet loaded from the backend

string branch_loading_property;

Available only in PRO Edition

Example

gantt.config.branch_loading = true;
gantt.config.branch_loading_property = "hasChild";
gantt.init("gantt_here");


Default value:

"$has_child"

Related samples

Details

This functionality is available in the PRO edition only.

Can only be used together with the branch_loading config.

See also
Back to top