asti
24 Jul 2012, 2:04 AM
I have 350 items added to a tree node ( node.appendChild(array) ). This was so slow that i had to use Ext.defer to get the GUI responsible.
But now i have to delete all nodes, before appending new ones.
It takes over 10 seconds to remove the nodes with node.removeAll(). How can i improve that?
Thanks for your suggestions.
But now i have to delete all nodes, before appending new ones.
It takes over 10 seconds to remove the nodes with node.removeAll(). How can i improve that?
Thanks for your suggestions.