branch_loading

간트 차트가 데이터를 동적으로 로드할 수 있도록 합니다

boolean branch_loading;

Available only in PRO Edition

Example

gantt.config.date_format = "%Y-%m-%d %H:%i:%s";
gantt.config.branch_loading = true;
gantt.init("gantt_here");
 
gantt.load("/data");


Default value:

false

Related samples

Details

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

See also
Back to top