grid_width

sets the width of the grid

number grid_width;

Example

gantt.config.grid_width = 400;
 
gantt.init("gantt_here");


Default value:

360
Details

The width of Grid columns depends on two attributes: the width of the column and the width of the grid. If the sum of the width of columns is not equal to the width of the grid, Gantt changes one of the parameters.

Back to top