readonly

간트 차트에 읽기 전용 모드를 활성화합니다.

boolean readonly;

Example

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


Default value:

false Back to top