Wrong column widths with nested headers and css

Tags: #<Tag:0x00007efc61a0d9a8>

We currently have an issue with nested headers and custom styling which results in column widths being calculated incorrectly.

See this fiddle:
http://jsfiddle.net/436d0trh/

When applying css that increases the text size, the column is not wide enough to contain the text. Without css that works fine.

Is there any way to manipulate the text styling and still have the column size calculated correctly?
Additionally, is it possible to define a max column width for these nested columns that is used as an upper limit for the auto sizing?

Thanks!

Hi @jonas.witt

unhappily it is a known bug. Related to https://github.com/handsontable/handsontable/issues/3215
To avoid this situation you can use colWidths function for the wider columns by giving them fixed width.