본문으로 건너뛰기

keep_grid_width

정보

이 기능은 PRO 에디션에서만 사용할 수 있습니다.

Description

컬럼 크기 조정 시 원래의 그리드 너비를 그대로 유지합니다

keep_grid_width: boolean

Example

gantt.config.columns = [
{ name:"text", tree:true, width:"*", resize:true },
{ name:"start_date", align: "center"},
{ name:"duration", align: "center", width:70 },
{ name:"add", width:44 }
];

gantt.config.keep_grid_width = true; /*!*/
gantt.init("gantt_here");

Default value: false