You'll need to write a custom parser for your data set to accomplish
this.  As MorningZ alluded to earlier, the tablesorter is looking for
"text" by default in between the <td></td> tags.  What it's finding in
your case is simply an <input type="checkbox">.  It doesn't parse that
entity to find the 'selected' attribute for sorting purposes.  So
you'll need to write a custom parser that will present the 'selected'
attribute to the tablesorter for sorting purposes.
See this page in the tablesorter docs for more info:
http://tablesorter.com/docs/example-parsers.html

On Sep 5, 6:43 am, hammerskov <[EMAIL PROTECTED]> wrote:
> MorningZ wrote:
>
> > ah well, i tried...  good luck with this....
>
> Thank you very much for trying. Gues i'll be using a bit more time on this
> than I first anticipated :-)
> --
> View this message in 
> context:http://www.nabble.com/Tablesorter-2.0.3---Sorting-af-column-of-checkb...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to