Skip to main content

multiselect_one_level

Description

Specifies whether multi-task selection will be available within one or any level

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');

Default value: false

Details

note

The option makes sense only when the multiselect option is enabled.

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.