Tablesorter 2.0 rocks!  But I think I've uncovered a bug.

I have a table with two rows in the <thead> section, but the
tablesorter doesn't work on this table.  I've narrowed the issue down
to the checkCellColSpan() function.  If I bypass that function, then
everything works correctly.  I've discovered that the arr.push (line
302) command is never executed if there is more than one <tr> in the
<thead> of the table.  Also, I can't figure out why the call to this
function at line 268 includes 4 parameters when the function only uses/
needs 3.  I'm definitely not a javascript guru, so any help or insight
that you all can provide would be greatly appreciated.

FWIW, my table does NOT use colspans in the <thead>, so I don't need
that function, but if there's an official fix for this I would prefer
that instead of creating a customized version of the tablesorter for
my needs.

Reply via email to