E-mail has been sent. For others who may be interested, the test page is at: http://www.garethphipps.com/tablesorttest/index.html
Thanks for looking into this! On Aug 28, 3:36 pm, "Christian Bach" <[EMAIL PROTECTED]> wrote: > Hi Travis, > > Would it be possible to send me a test-case of your table, "off-list"? > > Makes spotting the bug easier for me. > > Regards > Christian > > 2007/8/28, tlphipps <[EMAIL PROTECTED]>: > > > > > 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.