Open a-allouch-ids opened 7 months ago
Saw this issue as well.
Looking at the source code I think there are some easy changes we can make to improve the performance as listed below:
This should be refactored so the dom elements are cached for fast access within flattedOptions.
This should be refactored so we have a map of id to option and can quickly get a flat option to work with.
Let me know if someone would like to make the changes or want me to give it a try and raise a PR?
Hi, I have a scenario of tree that contains more than 6300 records, and up to 10 children levels. When collopsing/expanding a node, the screen is freezing and it is too slow (it takes more than 5 seconds sometimes). Thank you