multiselect
Description
Enables/disables multi-task selection in the Gantt chart
multiselect: boolean
Example
gantt.config.multiselect = false; //disables multi-task selection
gantt.init('gantt_here');
Default value: true
Details
note
This option is defined in the multiselect extension, so you need to activate the multiselect plugin. Read the details in the Multi-Task Selection article.
Related API
- eachSelectedTask
- getLastSelectedTask
- getSelectedTasks
- multiselect_one_level
- isSelectedTask
- toggleTaskSelection