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:['zebra'], debug: true} );


/christian

2007/9/17, Rigent <[EMAIL PROTECTED]>:
>
>
>
> 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 Rigent,
> >
> > Try this:
> >
> > Change: <table id="#sorttable">
> >
> > To: <table id="sorttable">
> >
> >
> > I will be releasing version 2.0.1 of tablesorter today or tomorrow with
> > support for jQuery 1.2.
> >
> > /christian
> >
>
> --
> View this message in context:
> http://www.nabble.com/TableSorter-properties-tf4445562s15494.html#a12737751
> Sent from the JQuery mailing list archive at Nabble.com.
>
>

Reply via email to