Ordering columns in Rails, cakephp style.
        Posted  
        
            by Smickie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Smickie
        
        
        
        Published on 2010-04-27T14:53:38Z
        Indexed on 
            2010/04/27
            15:03 UTC
        
        
        Read the original article
        Hit count: 442
        
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?
© Stack Overflow or respective owner