[GH #7686] NestedRow Mergecell issue on minimizing category row

Tags: #<Tag:0x00007f8b1dc26a50> #<Tag:0x00007f8b1dc26820>

Hello,

I have faced issue when using nestedRows: true and mergecell functionality.
When data initially loaded then it will display correctely as show in image row 1 and row 7 are merged row

image

Now if i minimize first row “category” then it will not update mergecell data accordingly.

image

As you can see in above image as I have minimize 1st row then 2nd category is not persisting merge data but instead row no 7 is merged row and I loss data over there.

Is there any event or hooks that i can utilize to prevent this issue?

Here is fiddle : https://jsfiddle.net/31zebgcu/

Hi @vishnudivetia401

Those two plugins at the moment are not made to work with each other. Please check the following report https://github.com/handsontable/handsontable/issues/7686

I will update you as soon as we change the behavior.