fender967 Posted November 6, 2006 Share Posted November 6, 2006 I am trying to figure out how to make complex tables to be sortable. I will admit that I don't know all that much about this, but I can show you an example of exactly what I mean. http://www.ffonline.com/ff7/armlets.htmOn this page, each column of the table is sortable by its type, ascending and descending. It resorts the entire mini table containing that item's data. Does anyone know how to do this and could point me in the right direction? Quote Link to comment https://forums.phpfreaks.com/topic/26290-how-is-this-done/ Share on other sites More sharing options...
.josh Posted November 6, 2006 Share Posted November 6, 2006 http://www.phpfreaks.com/tutorials/147/0.php(among other things) shows you how to make your column headers into links to resort your data by that column. all you really have to do is modify it a bit. make 2 links instead of one for each name and add a new variable to the link to pass asc or desc and just add that variable to your query. Quote Link to comment https://forums.phpfreaks.com/topic/26290-how-is-this-done/#findComment-120227 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.