본문으로 건너뛰기

drag_multiple

Description

한 번에 여러 선택된 작업을 드래그할 수 있도록 합니다

drag_multiple: boolean

Example

gantt.config.drag_multiple = false;
gantt.init("gantt_here");

Default value: true

Details

여러 개의 작업을 선택한 상태에서 선택되지 않은 작업을 이동하기 시작하면, 선택되지 않은 작업만 이동합니다.

프로젝트의 드래그 앤 드롭을 활성화하려면 drag_project 설정을 true로 설정하십시오.

gantt.config.drag_project = true;
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.