Hi @aleksandra_budnik,
Thanks for asking. The topic you mentioned is interesting but doesn’t solve my problem, it doesn’t provide a solution and it’s about regular rows, not header rows.
I stick with my workaround which is to remove columnHeaderHeight setting which is not really needed in my case.
When there’s no columnHeaderHeight the rowHeader height increase smoothly if the header becomes bigger.
From my point of view this is still a bug as HT allows html tags in the header and provide columnHeaderHeight option. It should the behave correctly and adapt the rowHeader height to the highest row header height.
As in my case headers are coming from a database, a “maxColumnHeaderHeight” would be the best option, with an overlap to limit text height.
Maybe worth a feature request ?
Similar maxRowHeight would be nice, even for cells with simple but long text (not html) when wrapping (wordWrap: true) sometimes results in very high rows.