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

Change filtered item classes for better styling and added tests for filtered item classes #15

Closed colinwren closed 11 years ago

colinwren commented 11 years ago

This adds a non-sortable and non-selectable class to the items that fail their respective filters. I also added sortableModelsFilter to the array of options that need to have the list rerendered when they are set.

dgbeck commented 11 years ago

Awesome! This looks great.