-
Notifications
You must be signed in to change notification settings - Fork 28
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 when I delete and enter data quickly with backspace and enter keys #223
Comments
It sounds like you are in the middle of a callback when it removes the grid. If possible, maybe hide the grid first and then delete it? It would be nice to actually see the code behind how this is working to be able to diagnose this a bit more. |
get the same issue in #233 , when ag-grids leave the space I think there's some lingering js callbacks that crash the app |
Hello @dragonite00 / @iBuitron, Can you test your issues on v31, we just released this yesterday. Since neither of you provided full working examples, its hard to test your exact use-cases. |
closing this as stale, reopen if the issue persists |
I'm making a grids from a inputs in another gird. (image below)
Just for test, i input values and it generate others grids, works as i espect.
also, when i delete those values, the generated grid also delete.
but, when i do it fast (input values with enter and then deleted with backspace) it gives me an error:
From the image, the first grid has a "x" value, that makes me a new grid.
I can't share the code cuz is part of my project, but if someone from the staff wants to see what happens, we can do a meet.
The text was updated successfully, but these errors were encountered: