angular-tree-control icon indicating copy to clipboard operation
angular-tree-control copied to clipboard

Performance benefits / Usage with ui-scroll?

Open andrewboni opened this issue 10 years ago • 3 comments

Hi, I'm wondering if anyone's used angular-tree-control with angular-ui's ui-scroll library (which destroys/creates DOM elements as they exit and enter the viewport)? https://github.com/angular-ui/ui-scroll

I have trees that can have thousands or tens of thousands of children, so I'm looking at ways of improving performance even further, and wondering how much something like ui-scroll can / will help.

Thanks

andrewboni avatar Sep 24 '15 00:09 andrewboni

@andrewboni did you ever try this? Wondering if this project ended up working out well for your large trees. Thanks in advance!

kdubau avatar Aug 30 '16 20:08 kdubau

I didn't end up going that route. I switched my project over to https://github.com/mar10/fancytree and it works fairly well for large trees

andrewboni avatar Aug 30 '16 23:08 andrewboni

Thanks for the reply. I think I want to avoid the jQuery dependency in my project so that one isn't an option. I think this project will likely work for me, I'll give this a shot.

kdubau avatar Aug 31 '16 13:08 kdubau