The previous code computing rowStart will fail when there are theads since tHead...
authorPlatonides <platonides@users.mediawiki.org>
Mon, 3 May 2010 20:37:30 +0000 (20:37 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Mon, 3 May 2010 20:37:30 +0000 (20:37 +0000)
commitb7e5b030837bd2fac3200838fd0ad8a915fdcddd
tree133ed496b12be84386d759e7a6b33f8e196936aa
parentc3c6fd051c321e192c198f62892d7778ac021378
The previous code computing rowStart will fail when there are theads since tHead contents are also computed inside table.rows.
However, that code probably worked at some time, so perform a computation to ensure that table.rows isn't getting just the tBody contents.
Please cross browser test.
The last code version of this sortables is on http://yoast.com/articles/sortable-table/ and has changed quite a bit. Joost de Valk suggest
using the jQuery based tablesorter.com.
skins/common/wikibits.js