(bug 41886) make $.tablesorter support headers with colspan
authorMatmaRex <matma.rex@gmail.com>
Fri, 9 Nov 2012 16:47:29 +0000 (17:47 +0100)
committerMatmaRex <matma.rex@gmail.com>
Sat, 24 Nov 2012 17:19:29 +0000 (18:19 +0100)
commit99a53dd8e40e7ea416427ba585bcdbcaada955a4
tree44f42af35725e0e7700009862e3e861e9a36fe61
parentc1c77a57ad476faa3f48165172f465436e02cd41
(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
resources/jquery/jquery.tablesorter.js
tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js