[GH #8321] Row headers height after resize

Tags: #<Tag:0x00007f0aff47cd98> #<Tag:0x00007f0aff47cc58>

Hello,
I have a problem with the row headers height. Please check my example here
image
In this example:

  1. resize the container:
    image
  2. scroll to the last column
  3. resize the last column so it is splitted to two lines - the row headers have one-line height
    image

Please let me know how to resize the row headers

Hi @elena.s.volosyuk

I noticed that you are using fixedRowsTop option, but you have it set up to 0. This option needs a a specific height value in order to work properly.

But if you already have the fixedRowsTop set up to 0 I understand that you can omit this option. I tried that and then everything seems to work correctly.

Hello,
I tried to delete this option and it still works incorrectly:
image

Hi @elena.s.volosyuk

If you still encounter the problem then it’s most likely connected to overflow: scroll related issues. You can find more details about it here:

I will update you when we start working on it.