hildo
Joined: 14/11/2007 00:00:00
Messages: 73
Offline
|
Is it necessary to pre-populate the tree with 3,000 boxes from the start? Couldn't you break it up into pages, only displaying the nodes when required? If they're all on the same level, return them in fixed-size chunks (20 at a time?), and only get the next twenty on request? If they're not on the same level, only get the child nodes when the parent node has been expanded?
From a usability point of view, I wouldn't think that sifting through a tree with 3,000 nodes would be something a User would want to do...
|