Remove the previous table

Tags: #<Tag:0x00007f8b1980ff88> #<Tag:0x00007f8b1980fe48>

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?

Hi @merlin2049er

I think in this case you can use destroy method that will remove the Handsontable instance from the DOM.