본문으로 건너뛰기

order_branch_free

Description

전체 간트 차트에서 작업을 재정렬할 수 있도록 하는 '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

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.