Jump to content

How is this done?


fender967

Recommended Posts

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.htm

On 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?

Link to comment
https://forums.phpfreaks.com/topic/26290-how-is-this-done/
Share on other sites

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.
Link to comment
https://forums.phpfreaks.com/topic/26290-how-is-this-done/#findComment-120227
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.