간트 API속성order_branch_free이 페이지에서order_branch_free Description 'gantt 차트 전체에서 작업을 자유롭게 재배치할 수 있는 'branch' 모드를 활성화합니다. order_branch_free: booleanExample// 동일한 중첩 레벨 내에서 작업 재배치gantt.config.order_branch = true;// gantt 전체 어디서나 작업 재배치gantt.config.order_branch_free = true; gantt.init("gantt_here");Default value: falseRelated samples Drag and drop rows in Grid Related API order_branch Related Guides 작업 순서 변경하기