-
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
Performance drops after re-rendering multiple times #176
Comments
This may be very related to #157 |
Is this on anyone's radar? |
Sorry that there was no reply for a longer time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using ngHandsontable inside a tabbed ui-router app. The first time I load a tab (state/route) and the tables are rendered (i have 5-10 tables in 1 view) the performance is excellent. However, once I navigate away from this view into other views (that may or may not have more handsontables), the repsonsiveness of the tables is massively declined. Cant tell what the issue is but Im thinking maybe the watch variables are not being cleaned?
This is how Im using it (with the jquery masonry plugin to stack the tables)
The text was updated successfully, but these errors were encountered: