Hi. I have a view where there are multiple grids, some of which may be hidden at any given time. I noticed that when I click on a cell in one of the visible grids, all of the grids get rendered, which seems wrong to me.
I turned on a trace of the beforeRender call in one of the hidden grids, and this is what I see:
Here is what the first (listed at the bottom in the screenshot above) tableview.mjs:1077 trace has, showing the render() call:
It seems to me only the active grid should be responding to the click.
I am running Handsontable 15.3.0.
Please let me know if you’d like more info.
Thanks.