Tablesorter 2.0
Tablesorter 2.0
Hi,
I'm hoping there is somebody here that can help me with a challenge
I'm having with the tablesorter plugin from tablesorter.com.
I am adding a row at intervals in the table with a rowspan of all
columns (only one td) where the rest of the rows are normal (7 td
elements each).
The tablesorter plugin doesn't like that: "parsers[i] is undefined".
(By the way the same error is given when trying to make an empty table
a tablesorter).
I'm looking for a way to disable sorting of certain rows. Perhaps I
could remove them in sortStart and re-insert them in sortEnd.
Any thoughts or ideas?
Thanks,
-dennis