Seeking sortable product table with checkboxes
Results 1 to 3 of 3

Thread: Seeking sortable product table with checkboxes

  1. #1
    Join Date
    Jun 2000
    Location
    California
    Posts
    4,127

    Seeking sortable product table with checkboxes

    I have an html table containing product names with four columns and 700 rows. I found a javascript.js that lets you click the column header to sort by that column. Works like a charm but as soon as I add a checkbox (so that users can make selections) the sort functionality is defeated.

    I've tried the putting the checkbox in the same cell as the product name and in its own column but in both cases the sorting is still defeated. Does anyone know how I can achieve this with a minimum of fuss? By that I mean I don't want to send SQL queries to a database and refresh the table every time, it needs to be as simple as possible.

    Thanks - rev

  2. #2
    Join Date
    Feb 2000
    Location
    Idaho Falls, Idaho, USA
    Posts
    18,063

  3. #3
    Join Date
    Jun 2000
    Location
    California
    Posts
    4,127
    JD:

    Yes, I saw that one but I don't quite know enough to get it going and I certainly wouldn't know what to do the instant it didn't work.

    This is another good one but I can't quite bring myself to take on the frustration that will surely follow.
    http://jsfiddle.net/Mottie/vCTHw/18/

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •