Background: I need to add a feature to this website that has a handsontable. Right now, the handsontable is being displayed in a very small section of the site. As more columns are being added, it is becoming more difficult to work on it. I would like to give the HOT a wider field of view by displaying it in a modal.
Problem: Is it possible to modify the same data source with two different handsontables? i.e. one in the modal and the other (the original one) thats on the website? For example, I’d like to either enter data into the original HOT, or expand it inside the modal to see more columns and continue working on it.
Thanks in advance!!