Hello,
I have a problem with the row headers height. Please check my example here
In this example:
- resize the container:
- scroll to the last column
- resize the last column so it is splitted to two lines - the row headers have one-line height
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:
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.