Hi,
I have a problem when creating 2 handsontable objects consecutively.
I have an ajax call that returns a complex array as the data, and I use that it to generate 2 handsontable objects. So I created a function called renderCharges
that takes 3 parameters: a div id, the column headers, and the actual data to be rendered and I call it for each set of data I have on that array.
So far I have 2 sets of data, so the renderCharges
function gets called twice. And the problem is that I can’t interact with the first handsontable object, I can’t select or edit any value
But I can edit values of the 2nd handsontable
Is there something preventing the edition of the first spreadsheet?
Thanks in advance.