branch_loading_property

백엔드에서 아직 로드되지 않은 자식 작업이 있는 작업을 나타냅니다

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

이 기능은 PRO 에디션에서만 사용할 수 있습니다.

이 옵션은 branch_loading 설정과 함께 사용해야 합니다.

See also
Back to top