[[PageOutline(2-5,Contents,pullout)]] = TableSorterPlugin = == Description == !TableSorterPlugin adds the [http://tablesorter.com/ tablesorter jQuery plugin] for turning HTML tables with THEAD and TBODY tags into a sortable table without page refreshes. == Bugs/Feature Requests == Existing bugs and feature requests for TableSorterPlugin are [report:9?COMPONENT=TableSorterPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TableSorterPlugin&owner=psuter new ticket]. == Download == Download the zipped source from [download:tablesorterplugin here]. == Source == You can check out TableSorterPlugin from [http://trac-hacks.org/svn/tablesorterplugin here] using Subversion, or [source:tablesorterplugin browse the source] with Trac. == Example == The tablesorter plugin requires a `THEAD` tag, which is not added to [trac:wiki:WikiFormatting#Tables normal wiki tables], so use [trac:wiki:WikiHtml WikiHtml] instead. The class `tablesorter` is also required: `{{{#!html` {{{
Last Name First Name Email Due
Smith John jsmith@gmail.com $50.00
Bach Frank fbach@yahoo.com $50.00
Doe Jason jdoe@hotmail.com $100.00
Conway Tim tconway@earthlink.net $50.00
}}} `}}}` == Recent Changes == [[ChangeLog(tablesorterplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:psuter] [[BR]] '''Maintainer:''' [wiki:psuter] [[BR]] '''Contributors:'''