Hi There!
I have 2 different components where I’m using handsontable and my question is, I’m using the afterChange hook to update the data in table 1(as the user inputs new data), which works perfectly, but I also need the 2nd table (which is a read only table) to update the data as it’s changed on table 1. I’m not sure where to go from here, any help is much appreciated! (I’m using React)
Here’s the code for both tables.
table 1:
table 2:
both my tables are classes extending components
thank you!!