order_branch_free

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

boolean order_branch_free;

Example

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


Default value:

false

Related samples

See also
Back to top