I am currently setting up a number of interdependent tables for a feature at the company I work at. One of these features is a webpage where there are 5 Handsontable’s rendered that all talk to each other independently.
Whenever I add a new row to table3, table2, or table4 (all referenced by table5) I receive an error that this.renderersPortalManager is null
. If I comment table5 out, I am able to successfully add rows at will to any table.
I am using Hyperformula and they are all combined together under the same instance so I can retrieve the values as needed (see image below for how I am using formulas, table names sanitized)
Any help would be greatly appreciated!