JQuery tablesorter problem

Posted by Don on Stack Overflow See other posts from Stack Overflow or by Don
Published on 2008-11-19T17:43:31Z Indexed on 2010/03/17 12:21 UTC
Read the original article Hit count: 586

Filed under:
|
|
|
|

Hi,

I'm having a couple of problems with the JQuery tablesorter plugin. If you click on a column header, it should sort the data by this column, but there are a couple of problems:

  1. The rows are not properly sorted (1, 1, 2183, 236)
  2. The total row is included in the sort

Regarding (2), I can't easily move the total row to a table footer, because the HTML is generated by the displaytag tag library over which I have limited control.

Regarding (1), I don't understand why the sort doesn't work as I've used exactly the same JavaScript shown in the simplest example in the tablesorter tutorials.

In fact, there's only a single line of JS code, which is:

<body onload="jQuery('#communityStats').tablesorter();">

Thanks in advance, Don

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about tablesorter