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

Sortable with `connectWith` option #78

Open leoc opened 7 years ago

leoc commented 7 years ago

Have you thought about adding the connectWith option to allow dragging list elements from one collection to another?

Is this plugin currently restricted to one collection only?