[PRO] getInstance() Problems with Handsontable Version 6.2.2 and Angular Wrapper Version 3.0.0

Tags: #<Tag:0x00007f0b08fcbf88>

Hey,

i have the problem that the getInstance(instanceId) on the HotTableRegisterer returns undefinedbut i need the instance over this way because the afterInit Hook give me a undefined instance too.

There is a demo for the problem:


To reproduce the problem add a wordwrap or other thing to the component.ts and save after the save is the return from the getInstance() undefined

I hope u can help me

Hey @sebastian.rupprecht

Here https://stackblitz.com/edit/angular-laxwog?file=src/styles.css is an example on how to reference to the instance of Handsontable in external element in Angular wrapper.

Thanks that resolve my Problem

1 Like

Great. Thank you for confirmation.