본문으로 건너뛰기

multiselect_one_level

Description

다중 작업 선택이 하나의 레벨 내에서 가능할지 아니면 모든 레벨에서 가능할지 여부를 지정합니다

multiselect_one_level: boolean

Example

gantt.config.multiselect_one_level = true; 
gantt.init('gantt_here');

//INCORRECT
gantt.config.multiselect = false; /*!*/ //multiselection is disabled
gantt.config.multiselect_one_level = true;
gantt.init('gantt_here');

기본 값: false

Details

노트

이 옵션은 multiselect 옵션이 활성화될 때에만 의미가 있습니다.

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.