Remove the previous table

Tags: #<Tag:0x00007fce69eb7c58> #<Tag:0x00007fce69eb7ac8>

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.