readonly

activates the read-only mode for the Gantt chart

boolean readonly;

Example

gantt.config.readonly = true;
 
gantt.init("gantt_here");


Default value:

false Back to top