sort method for jquery.tablesorter
authorHenning Snater <henning.snater@wikimedia.de>
Tue, 4 Sep 2012 14:27:14 +0000 (16:27 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 17 Oct 2012 19:13:50 +0000 (21:13 +0200)
commitc934766061636e94d52cf45eaa5d73afbf70ba92
tree41f487057d361e5e9e4aae326ea3160d50934b87
parenta908fc58aa9166acfc0b0d65111195f09f3a48f9
sort method for jquery.tablesorter

the sort method allows programmatic sorting as well as instantly sorting
the table when initialising the tablesorter; furthermore, the method can
be used to reset sorting (e.g. if rows have been added later via JS);
sortEnd event may be used to reapply alternating table row colours or other purposes

patch set 2: fixed mentioned issues and added another test
patch set 3: addressed all further issues, introduced more obvious way to
specify sorting
patch set 4: implemented sort method instead of using an event; reprashed whole commit message; introduced 'sortEnd' event
patch set 5: fixed white space error
patch set 6: Add release notes and rebase

Change-Id: Id14862100cd27ebd6980c48dcf497db229c4301f
RELEASE-NOTES-1.21
resources/jquery/jquery.tablesorter.js
tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js