Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.