I’ve got a lookup field that populates a handsontable. It works great on the inital attempt, but then it keeps generating tables on other look ups.
I’d like it to remove or reinitialize the first table. How do I accomplish this?
I’ve got a lookup field that populates a handsontable. It works great on the inital attempt, but then it keeps generating tables on other look ups.
I’d like it to remove or reinitialize the first table. How do I accomplish this?
I think in this case you can use destroy method that will remove the Handsontable instance from the DOM.