How to fix Header/Column in Gantt ?

if there is any way someone has found to fix the headers of the chart so that once it reaches the top of the screen, the headers stay in view. Similar to this example http://jsfiddle.net/WDnyb

Hello,
Usually the headers stay on the screen and you don’t need to add anything to make it work:
https://files.dhtmlx.com/30d/3546874c9e573a3f04b997c9251581b2/vokoscreen-2018-09-04_10-39-52.mkv
http://snippet.dhtmlx.com/5/82a3a7a9c

Update:
If you enable the autosize config, Gantt is fully rendered on the page:
https://docs.dhtmlx.com/gantt/api__gantt_autosize_config.html

So, you scroll the page, not Gantt, and it doesn’t control that.

However, it is possible to always show the headers when you scroll the page, but you need to implement a custom solution.
Here is an example of how it can be implemented: