-
Notifications
You must be signed in to change notification settings - Fork 5
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
TableSort and new Series table #13
Comments
Had been trying to debug this, seems it's because the cloneElement logic and probably the hattrick-tooltip component mounting logic, or something with, Angular DOM manipulation. Maybe we should sync with HT Devs to fix this one. Or we could just manipulate the DOM by deleting duplicated tooltips and adding the hidden attribute to each of the elements, but honestly I do not like that solution |
Thanks for taking the time to look at this. So when we cloneElement it runs the constructor for hattrick's custom As per your comment I tried this out as a test
On the surface this does work, but it doesn't totally solve the problem. With each successive click to sort it gets slower and slower. Possibly because Angular or something else still has references to all the deleted elements??? |
TableSort has multiple issues with the new Series table:
The text was updated successfully, but these errors were encountered: