branch_loading_property

gibt an, dass die Aufgabe Kinder hat, die noch nicht vom Backend geladen wurden

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

Diese Funktionalität ist nur in der PRO-Edition verfügbar.

Kann nur zusammen mit der branch_loading Konfiguration verwendet werden.

See also
Zurück nach oben