keep_grid_width
信息
此功能仅包含在 PRO 版本中。
Description
'says' 用于在调整列宽时保持初始网格宽度
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");
默认值: false
Related samples
Related Guides
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.