This plugin allows you to sort tables on your Trac wiki or ticket pages by clicking on the column headings. It uses thetablesorter jQuery plugin for making wiki tables sortable.
This plugin is a wrapper around the third-party Javascript libraryjquery.tablesorter
, that is dual licensed under the MIT and GPL licenses.
This is standardtable 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 | Due | |
---|---|---|---|
Smith | John | jsmith@… | $50.00 |
Bach | Frank | fbach@… | $50.00 |
Doe | Jason | jdoe@… | $100.00 |
Conway | Tim | tconway@… | $50.00 |
With this plugin the table is sortable by clicking the headings:
Existing bugs and feature requests forTableSorterPlugin arehere.
If you have any issues, create anew ticket.
defect | 1 / 1 | ||
---|---|---|---|
enhancement | 1 / 2 | ||
task | 1 / 1 |
Download the zipped source fromhere.
You can check outTableSorterPlugin fromhere using Subversion, orbrowse the source with Trac.
General instructions on installing Trac plugins can be found on theTracPlugins page.
jQuery
at global scope to avoid the possibility of conflicts.Author:psuter
Maintainer:Peter Suter
Contributors:
Example screenshot
Example screenshot
Download all attachments as:.zip