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

Adjusting add/remove event handlers to not re-render entire collectionView #45

Closed elliottjohnson closed 10 years ago

elliottjohnson commented 10 years ago

Patches to incrementally render views part of a collectionView.

This includes a minor version bump to account for these changes, which may or may not be desirable to include.