Would like easy click-to-sort by:
I can take a whack at this but my JS fu is weak. SortableTable looks good but I'm not seeing where in Pinax it actually displays the table, so that I can request the JS in the output template. Proably need to get schooled on where this fits best.
Should SortableTable JS (12KB) be included. How 'bout the Pager extension, which could be very useful for tables like this?
I think there is a JQuery plugin that does sortable queries in a manner like SortableTable.
I'm not 100% convinced this should be done via Javascript. At the very least, I'd like to ALSO do it server side so it is bookmarkable.
I'm unworthy, I don't know enough yet about JS or Django's template tags to see where/how to include the SortableTable JS -- at least I can't get it to work.
So I'm gonna have to give this to someone else, at least until I get smarter.
I *would* like the JS pager -- probably for any table that's of a large size. Probably should discuss your views on this and if this is your preferred way to do it. Personally, I don't like the prev/next page links with full reloads.
/me should perhaps focus on something more bug-like and less feature-like.
Note that this is, in large part, an implementation-specific variant of the request in http://code.pinaxproject.com/tasks/task/27/
I think this needs to be considered in the context of a bunch of view/list/filter/sort tasks