I am trying to make my search results table sortable (CI)

Discussion in 'Programming' started by msank, Jun 15, 2012.

  1. #1
    Hi,I am trying to make my search results table sortable. The content is obviously dynamic, so how would I do this? Tablesorter.js does not work… I am using CodeIgniter, too.Any help would be fantastic!Thanks

     
    msank, Jun 15, 2012 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    I use jqGrid to display my results. Sorting is inherent. (It takes a day or two to learn how to use it, but it's well worth the time and effort. You get so much more than just sorting.)

    http://www.trirand.com/blog/jqgrid/jqgrid.html Click on the column headers. (If you ever get a few thousand rows returned, you'll be happy - paging is also "just there" for you.)

    Of course it's free, and there's a support forum for it. (No, it's not mine, I'm just glad someone wrote it.)
     
    Rukbat, Jun 16, 2012 IP
  3. msank

    msank Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I have solved the issue! Thanks!
     
    msank, Jun 18, 2012 IP