Hide the table -> use only the chart control

Hi,

is it possible to hide the table and only show the gantt control.
So we can use our own table instead of the standard one? Advantage is that all of our tables looking the same in our application.
And than we can show more bars in one “row” (e.g. planned, actuall, progress and so on)

Best regards,
Simon

You can try to use

gantt.config.grid_width = 0;

It will set zero width for table part of the gantt.