views:

37

answers:

1

CakePHP's built in pagination helpers automatically allow column ordering in the view. If you bake the view you get a link on each column to order it by that data.

Is there a way to get this functionality in Rails? The standard will paginate doesn't offer it, anyone know any good ones?

+1  A: 

searchlogic makes column ordering dead simple, and plugs in cleanly with will_paginate.

jdl
Worked a treat. Have a bicky.
Smickie