Hidden rows and Fixed rows bottom

Tags: #<Tag:0x00007efc64e11010>

Hi,

Using the HiddenRows plugin with fixed rows we have the following behavior:

When we are collapsing the rows we are getting two total rows. You can see that here http://jsfiddle.net/1pjpmrax/

PD: We love your product, really awesome job :smiley:

Cheers,
Carlos

Thanks for sharing @steve

I can see what you mean. It happens only when we set some height to the table. I do not know if it’s a proper workaround for your project but maybe you can add a parent element with fixed width instead of adding it to Handsontable. It’s a hack however it’s more than nothing until we fix the issue.

We are planning to change the whole structure of building fixed rows/columns and minSpareRows/cols but we’re still testing it.

Yep, we need to define a height for the table because it is fixed to the bottom, then when the user resizes the windows, we update the height. For now, we solved it hidden the fixed-row. Thanks for your answer :smiley:

Good to know that you’ve found a workaround :slight_smile: thanks for keeping me updated.

I guess that I can close the issue. Am I right?