Hi
I have a list page for users. I am using will_paginate for
pagination. So an example is
full_name(f_name+l_name) email unit(this an integer colum is
user.buildng.unit)
Clinton Trone cliff-J0of1frlU80@public.gmane.org 2
Evette Pace evet-J0of1frlU80@public.gmane.org 2
Brett B brett-J0of1frlU80@public.gmane.org 10
...............
My requirement is to sort by any of the headings ie
first_name, email or unit on clicking them. Also I need Alphabetical
sorting .Like there will be
All,A,B,C ...Z,Other
in the list page. Then on clicking suppose D the paginated list has
to sorted by letter ''D'' like that. I have no idea how to
implement this.
Please help
Thanks in advance
Tom
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi In short I am searching the best grid plug/gem in rails Thanks Tom -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi
I still could not get an exact choice. I found this
http://www.2dconcept.com/jquery-grid-rails-plugin
But suppose if have a column like full_name but it is not a db
column ( i have db columns firstname and lastname) then what I will do?
If anybody has any other choice than please help.
Thanks
Tom
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.