How to specify Grid Width

1718245121001
How do I specify the width of the timeline table when opening the Gantt chart?

Hello,
Unfortunately, right now, there is no way to set the fixed size (width) of the timeline cells. The dev team will add that feature in the future, but I cannot give you any ETA.
For now, you need to use the Gantt API to have something similar.

Gantt resizes the timeline scales and cells depending on the container size and the displayed date range.
So there are only 2 ways of how to set the fixed size:

  1. Use the min_column_width property and set a wider visible date range.
    Here is an example:
    DHTMLX Snippets

  2. Use the min_column_width property and set the fixed size for the Gantt container. Here is an example:
    DHTMLX Snippets