sets the width of the grid
gantt.config.grid_width = 400;
gantt.init("gantt_here");
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.