I would like to display a table of data with clickable headings in each column to sort on that column. The problem is that I also have clickable filters for the table to limit the data. How do I do the sort so that the current SELECT of data is used?
I'm thinking that thought smarty tags I might be able to grab the complete "current" URL, explode it into an array of variables and values, then reassemble it with new orderby values. Anyone attempted this?