[[PageOutline(2-5,Contents,pullout)]] = Sort tables by clicking on headings == Description This plugin allows you to sort tables on your Trac wiki or ticket pages by clicking on the column headings. It uses the [https://plugins.jquery.com/tablesorter/ tablesorter jQuery plugin] for making wiki tables sortable. This plugin is a wrapper around the third-party Javascript library `jquery.tablesorter`, that is dual licensed under the MIT and GPL licenses. This is standard [WikiFormatting#Tables table wiki formatting]: {{{ ||= 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 || }}} Without this plugin it would be shown like this: ||= 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 || With this plugin the table is sortable by clicking the headings: [[Image(tableSorterPlugin-screenshot.2.png, 80%, border=2)]] == Bugs/Feature Requests Existing bugs and feature requests for TableSorterPlugin are [report:9?COMPONENT=TableSorterPlugin here]. If you have any issues, create a [/newticket?component=TableSorterPlugin new ticket]. [[TicketQuery(component=TableSorterPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:tablesorterplugin here]. == Source You can check out TableSorterPlugin from [/svn/tablesorterplugin here] using Subversion, or [source:tablesorterplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. == Recent Changes [[ChangeLog(tablesorterplugin, 3)]] == Author/Contributors '''Author:''' [wiki:psuter] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''