multiselect

enables/disables multi-task selection in the Gantt chart

boolean multiselect;

Example

gantt.config.multiselect = false; //disables multi-task selection
gantt.init('gantt_here');


Default value:

true
Details

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.

See also
Back to top