readonly

为甘特图启用只读模式

boolean readonly;

Example

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


Default value:

false Back to top