-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Cannot set property 'isHotTableEnv' of undefined #269
Comments
Can you share a demo where this issue can be replicable? |
replicated the issue in this fiddle: https://jsfiddle.net/minalkumar2893/zsythx64/20/ |
Thank you for sharing the demo. I have replicated the issue using Handsontable 8.0.0 and wrapper version 0.13.2, but also while loading minimal settings https://jsfiddle.net/r6gm2zfo/1/ using Handsontable v 2.0.0 and wrapper v 0.13.0 |
@AMBudnik We did some research on this issue, and we discovered that this property 'isHotTableEnv' is removed from version 8.0.0 onwards. Does it mean we should remove the same from ngHandsontable? We are not sure of the implications. or was this property renamed after version 8.0.0? is there something which we can do to help resolve the issue? |
You're right @minalkumar2893 this PR describes that the |
@AMBudnik any updates? |
I am sorry but there are no ngHandsontable tasks for the upcoming roadmap. Nevertheless, I keep this ticket open in my system so I will inform you as soon as I get any update. |
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 |
This is how we use the nghandsontable directive: |
@elquimeras How do i set a custom context to my grid api? |
Hi @minalkumar2893 could you send me your requirements on mail support@handsontable.com? I'll do my best to help. |
See comments in PR: handsontable#269
After upgrading to latest version. When right clicking on the grid to show the context menu, i am getting this error:
The text was updated successfully, but these errors were encountered: