handsontable / ngHandsontable

Official AngularJS directive for Handsontable
http://handsontable.github.io/ngHandsontable/
MIT License
433 stars 159 forks source link

Error: Cannot read property 'getSettings' of null #268

Closed minalkumar2893 closed 3 years ago

minalkumar2893 commented 4 years ago

After upgrading to ngHandsontable 0.13.2 and handsontable 8.0.0, when i enter data into the table i get this error in the console: image

AMBudnik commented 4 years ago

Hi @minalkumar2893

Could you send me (support@handsontable.com) your demo/implementation?

elquimeras commented 3 years ago

With the last update of library the hansontable lost scope when is used behind a ng-if, my solution was use a ng-show, maybe set a custom context to your grid api can solve the problem too if the first solution is not enought in your case.

Post your code to take a look around

From Issue #269 I think that can be the same problem

AMBudnik commented 3 years ago

We do not have any update for this topic, but I guess that you're right @elquimeras thank you for sharing. I will close this ticket.