autofit

enables automatic adjusting of the grid's columns to the grid's width

boolean autofit;

Example

gantt.config.autofit = true;
gantt.config.grid_width = 500;


Default value:

false
Details

See also
Back to top