[jQuery] Latest Tablesorter SVN not sorting w/ IE6/7 ?
Yes, thank you, much clearer. I will look into writing a custom parser,
since sticking to one data type is not an option. I'm assuming writing
parsers are pretty straight forward.
What confused me, was FF was not throwing any errors. And we do have very
similar tables with numbers and text blocks where IE doesn't throw the
error but render it as expected.
Thanks for the great plugin, you have no idea how much this has saved on
our server performance.
Best,
-Jonathan
--- Christian Bach <christian.bach@polyester.se> wrote:
> Since there is no documentation regarding the plugin, understanding it
> may
> not be easiest task in the world.
>
> The plugins tries to automatically understand your column structure by
> just
> looking at the first column of the tbody.
>
> In this case it thinks hell yes in this column there will only be
> numbers,
> whoopee lets apply the numeric parser for this one mate.
>
> The error you are getting is when the numeric parser encounters a text
> block
> in that same column.
>
> So to get it to work stick to just one type of data per column, or write
> a
> custom parser.
>
> Any clearer?
>
> /christian
>
>
> On 2/6/07, Jonathan Freeman <jonathanfreeman@yahoo.com>