Is there a property or example, of how to make left 2 or 3 columns fixed, when scrolling to the right to get to the scrollbar?
(my window is 800px wide, my grid is about 1200px wide of data, but set to the container of 800px - so when you scroll to the right to view a field for example, the user is forgetting which row was the one of interest).
Hello,
Yes, you can have fixed columns in DHTMLX Gantt.
To do that, you need to specify several grid views in the layout configuration. By default, Gantt will attach task datastore only to the first grid, so you need to use the bind property to attach the second grid to the task datastore. Also, you need to specify the column configuration in the config property.
Here is an example with the “fixed” grid: https://snippet.dhtmlx.com/d6be1467a