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

axis is hardcoded #42

Closed robotarmy closed 10 years ago

robotarmy commented 10 years ago

I enjoy the design of your code and also appreciate the examples you have posted.

I have had to hack out the 'axis' option so that i can make a sortable grid. Would you mind making a option for 'sortableOptions' to reverse merge with your defaults ?

go-oleg commented 10 years ago

@robotarmy,

Thanks for pointing this out! The sortableOptions option has been added in the most recent version on master (0.8.1) and is passed through to the created jQueryUI sortable.