Matmarex has uploaded a new change for review. Change subject: (bug 41886) make $.tablesorter support headers with colspan ......................................................................
(bug 41886) make $.tablesorter support headers with colspan Previously, if a header had colspan set, all headers after it would sort wrong columns (shifted by the cumulating colspans). This fixes the issue, from now on every header sorts on all columns it spans over (using the multi-column sorting funcitonality already present in $.tablesorter). Change-Id: I89766c9640b83ca38f41d698d1ef052a9e3f68d3 --- M resources/jquery/jquery.tablesorter.js 1 file changed, 36 insertions(+), 21 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/76/32576/1 -- To view, visit https://gerrit.wikimedia.org/r/32576 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I89766c9640b83ca38f41d698d1ef052a9e3f68d3 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Matmarex <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
