Frozen Headers doesn't resize automatically for overflow

Tags: #<Tag:0x00007f8b285fe0a0>

Row headers are repeated and the first column isn’t accessible.

The demonstrated effect is here

Hi @gofactr

The issue seems to be gone when I add autoRowSize: true to the table settings.
Can you confirm?

It technically is gone, but now the box is gigantic?

updatedPen

You’re right @gofactr

It should not work that way.

I’ve reported it on our Github board https://github.com/handsontable/handsontable/issues/7503. Till it is officially solved you can use a custom renderer to get the desired result, like here https://jsfiddle.net/handsoncode/0rny5fvz/

I will keep you updated about the fix.

Thanks, I’ll use the workaround for now.

Hi @gofactr

I have good news. This issue us no longer replicable using v14.1.0.

Here https://jsfiddle.net/Lb2g8m64/ you can test it,