Ticket #105 (new enhancement)

Opened 3 years ago

Last modified 3 years ago

Make all lists sortable

Reported by: obaltzer Assigned to: somebody
Priority: normal Milestone: 0.8.0
Component: View Version:
Severity: normal Keywords:
Cc:

Description

Make user, event and group listings JavaScript? sortable. Such that a user can easily sort groups by name or other criteria.

Change History

06/09/05 03:29:30 PM changed by ssmith

  • milestone changed from WishList to 1.20.

05/01/06 01:09:10 PM changed by ssmith

I don't think we can use javascript. At least, not where pagination is done. Otherwise we are just sorting visible results.

Sorting with rails: http://wiki.rubyonrails.com/rails/pages/SortHelper http://wiki.rubyonrails.com/rails/pages/SortHelper2 http://wiki.rubyonrails.com/rails/pages/Sort+Helper (This one seems more complicated than the other two)

Sorting with Javascript: http://wiki.rubyonrails.com/rails/pages/JavascriptSortableTables

03/04/06 11:11:37 AM changed by ssmith

  • milestone changed from 0.9.0 to 0.8.0.