upmin / upmin-admin-ruby

Framework for creating powerful admin backends with minimal effort in Ruby on Rails.
MIT License
755 stars 66 forks source link

Option to set per-model sort column and order, addressing #48. #132

Closed mbrookes closed 8 years ago

mbrookes commented 9 years ago

Allows the addition of sort_order <options> to an AdminModel to change the sort column & order for that model. Accepts whatever options the ORM does for its sort method, including multi-column sort.

Addresses (at least in part) #48.

mbrookes commented 9 years ago

Should add that this doesn't preclude column sorting in a tabular view, which would simply take this as its default.

mbrookes commented 8 years ago

It's dead Jim.