I am evaluating the Backbone javascript framework for use in a project that will display a hierarchical model in a tree structure widget (I think Windows File Browser).
I love how Backbone thinks about the world. However, there is a lot of coding before I get a proof of concept in which Backbone actually gets the hierarchical model from the server and updates the tree widget. I saw various solutions for representing deep data structures with Backbone there , but I wonder ... did anyone actually do this?
Just knowing that this is possible will help. In fact, the name of the tree image user interface component and the pointers for creating a data hierarchy in Backbone would be even better. A bit of sample code will be incredibly fantastic.
Regarding the size of the data, the tree will launch 100 nodes (folders) with a low number of 1000 sheet elements (documents), and it would be nice to gradually load the data (say, one folder at a time when the user clicks in), although this is probably not showstopper.
Thank!
Dean Moses May 27 '11 at 9:34 a.m. 2011-05-27 09:34
source share