Display only left side of the Gantt

I try to build a component have only the left side of the Gantt. It will look like this:

image

I have searched many documents but still no solution. Does Gantt support this problem?

Hello,
If you want to see only the grid, you can hide the timeline.

If you didn’t modify the gantt.config.layout parameter, you can disable the gantt.config.show_chart config:
https://docs.dhtmlx.com/gantt/api__gantt_show_chart_config.html

Otherwise, you need to modify the layout configuration and remove the timeline view:
https://docs.dhtmlx.com/gantt/desktop__layout_config.html

You can check how it works in the following samples:
https://snippet.dhtmlx.com/kqe1hqp2
https://snippet.dhtmlx.com/aukjyqc8

1 Like

Your answer helps a lot with my problem. Thanks so much

1 Like