rotundasoftware / backbone.collectionView

Easily render backbone.js collections. In addition to managing model views, this class supports automatic selection of models in response to clicks, reordering models via drag and drop, and more.
http://rotundasoftware.github.io/backbone.collectionView/
Other
171 stars 27 forks source link

Nested #76

Open lucasstark opened 7 years ago

lucasstark commented 7 years ago

Could this be easily updated to allow nested lists? I've been searching for something that will provide me an easy way to build a tree and be powered by a simple collection of items. Wouldn't want nested collections, rather just have a parent_id on each model and the view is able to figure out where and how to render the tree.