You have to love undocumented features :)
Using the debugger I noticed that all of my columns were being parsed as
'text' so I downloaded the unpacked JS (I'm not much of a fiddler) and
looked for the parser names the script was looking for. I should have done
this before I assumed that 'date' w
Hi,
A very good undocumented feature is a option called debug, which will give
you all kinds of information about what tablesorter is up to.
Try this:
$("#sorttable").tablesorter( {cssAsc:"sortasc",cssDesc:"sortdesc",
headers:{0: {sorter: false}, 4: {sorter: "date"}}, sortList: [[1,0]],
widgets:
Oops, thanks Christian, that error was only in the post though, not in the
actual HTML I'm using.
If there's nothing fundamentally wrong with my init function I'll wait and
see if your updates tomorrow fix it.
Thanks again for your work on this plugin.
Cheers
Christian Bach wrote:
>
> Hi
Hi Rigent,
Try this:
Change:
To:
I will be releasing version 2.0.1 of tablesorter today or tomorrow with
support for jQuery 1.2.
/christian
2007/9/15, Rigent <[EMAIL PROTECTED]>:
>
>
>
> I'm loving the tablesorter plugin, everything works splendidly except I
> can't
> get a column to sort
4 matches
Mail list logo