Ok, I figured it out. THere is a bug in the pager file.

Under

return this.each(function() {

add this:

if(!this.tHead || !this.tBodies) return;



On May 22, 11:50 pm, dbinaz <[EMAIL PROTECTED]> wrote:
> Seems tablesorter pager does not work if there is a table before the
> sorted table that I am not using the tablesorter on. I get "c has no
> properties" on line 46.
>
> If I only put in the one table in works as expected.
>
> Is there a way around this so it only sorts the specified table?
>
> Thanks,
> D

Reply via email to