angular-tree-control
angular-tree-control copied to clipboard
improve performance for very large list
Is there a way to improve performance for very large list? I dont want to use infinite scroll.
@FilipPoreba are you observing poor performance? How many nodes is "very large" ?
I'm trying to get an idea if this is the right directive for me, but I also expect large (thousands of nodes) lists.
@kdubau i also have thousands of nodes. For now im using infinite scroll, but this is just temporary solution for me.
@kdubau I tested with more than 15,000 Nodes, the speed is acceptable but a little bit slower than expected.