Skip to main content

branch_loading_property

info

This functionality is available in the PRO edition only.

Description

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

branch_loading_property: string

Example

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

Default value: "$has_child"

Details

Can only be used together with the branch_loading config.