Row heights leave lots of whitespace in cells

Tags: #<Tag:0x00007f0b09cde360>

Hi,

I’m sure this is blindingly obvious but I can’t get to the bottom of why my row heights are so large and take up much more space than the content. I’ve tried adjusting using various methods such as rowHeights but nothing seems to work. Interestingly when I unhide col 0 it affects the height of the row so I think it must be something to do with how the hidden columns are having an unwanted effect.

Any help would be much appreciated.

Here’s an example: https://jsfiddle.net/garethrwilliams/m5vc2ety/11/

Hi @gareth.whitefluffy.c

Thank you for contacting us. I’ve noticed that you are setting up custom row height, but you also have autoRowSize option enabled. If you turn it off, even with column 0 unhidden it looks fine:

https://jsfiddle.net/aszymanski/Lajqvr2o/

Simple as that. :pray: Thank you for your help

No problem, I’m glad I could help :slight_smile: