[jQuery] Re: tablesorter wrong ordering

2008-10-03 Thread ajpiano
i think you want sorter:"currency", in fact. --adam On Oct 3, 12:16 pm, aquaone <[EMAIL PROTECTED]> wrote: > Because it's not choosing numeric as the sorter for that column I'd wager. > '.00' may be triggering it to sort alphabetically instead. set the parser to > be numeric explicitly: > > > $

[jQuery] Re: tablesorter wrong ordering

2008-10-03 Thread aquaone
Because it's not choosing numeric as the sorter for that column I'd wager. '.00' may be triggering it to sort alphabetically instead. set the parser to be numeric explicitly: $(document).ready(function() { $(".tablesorter").tablesorter({ sortList: [[1,0]], headers: 1 {