본문으로 건너뛰기

order_branch_free

Description

'gantt 차트 전체에서 작업을 자유롭게 재배치할 수 있는 'branch' 모드를 활성화합니다.

order_branch_free: boolean

Example

// 동일한 중첩 레벨 내에서 작업 재배치
gantt.config.order_branch = true;
// gantt 전체 어디서나 작업 재배치
gantt.config.order_branch_free = true;

gantt.init("gantt_here");

Default value: false