Our use case and scenario is bit different from as usual.
The use case is to show long questions approx 4 to 5 lines (sometimes even more) in grid header.
Currently by adding property (autoHeight: true) make the job done but with the constraint of header height is that text get hidden and not readable completely. Means the height of grid header is not auto increase as per the content inside.
However, used another property (headerRowHeight: 50) which is configurable but when the header content is dynamic so if one case success might be failed in another case so Is there any property that make grid Header auto expand as per content when gird initialize.
Note: we have fixed width for the columns and content gets wrap we can’t use the property (autoWidth:false) as it not our use case.
Here is the link of our use case example. https://snippet.dhtmlx.com/b2vt523h
If possible somehow header content get scrollable then also would be great. Thanks in advance.