Column Sorting

Hello,

Newbie to rails!! I am trying to sort on the column header in my web page. Any suggestions what would be the most efficient way to do that?

Thank you for your help

Apne Ram wrote:

I am trying to sort on the column header in my web page. Any suggestions what would be the most efficient way to do that?

Have you considered adding an :order attribute to your find call, perhaps something triggered by a params[:order] ?

Hi

check out http://activescaffold.com, it might be what you're looking
for...

ciao gerrit