keep_grid_width
Info
Diese Funktionalität ist nur in der PRO-Edition verfügbar.
Description
'bewahrt' die anfängliche Breite des Grids, während Spalten angepasst werden
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");
Standardwert: 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.