[[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 <table class="tablesorter"> \\ <thead> <tr> <th>Last Name</th> <th>First Name</th> <th>Email</th> <th>Due</th> <th>Web Site</th> </tr> </thead> <tbody> <tr> <td>Smith</td> <td>John</td> <td>jsmith@gmail.com</td> <td>$50.00</td> <td>http://www.jsmith.com</td> </tr> <tr> <td>Bach</td> <td>Frank</td> <td>fbach@yahoo.com</td> <td>$50.00</td> <td>http://www.frank.com</td> </tr> <tr> <td>Doe</td> <td>Jason</td> <td>jdoe@hotmail.com</td> <td>$100.00</td> <td>http://www.jdoe.com</td> </tr> <tr> <td>Conway</td> <td>Tim</td> <td>tconway@earthlink.net</td> <td>$50.00</td> <td>http://www.timconway.com</td> </tr> </tbody> </table> }}} }}} == Recent Changes == [[ChangeLog(tablesorterplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:psuter] [[BR]] '''Maintainer:''' [wiki:psuter] [[BR]] '''Contributors:'''