Topic: Sorting results pages
Has anyone come up with code to turn the table column titles into "sort by" links.
My idea is to be able to click on "Name" at the top and have the table sort by that or "id" and have it sort by the number.
I have changed the code on my configuration so the default sorting is to sort by the id#, it is "id +0" if anyone wants to do that. This sorts the numbers ascending 1,2,3,4... etc a simple sort by "id" gives you 1,10,100, etc so the +0 fixes that.
Figured I would ask if anyone has done it before I go trying to re-invent the wheel
:-)