branch_loading_property

zeigt an, dass eine Aufgabe untergeordnete Aufgaben 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

Dieses Feature ist nur in der PRO-Edition verfügbar.

Diese Option funktioniert nur in Kombination mit der branch_loading Konfiguration.

See also
Zurück nach oben