Forum Moderators: open
I want to have a small arrow image in the column header whereby if clicked will change the sort order to the opposite of what it currently is - a toggle. At the same time it will swap out the image to the down arrow if it is currently the up arrow and vice versa.
Basically the logic is:
keep the existing URL but if order=abc, set the order=cba (and vice versa); and swap the up_arrow.gif with down_arrow.gif and vice versa.
I'm just having trouble writing this.