Movatterモバイル変換


[0]ホーム

URL:


Trac Hacks
wiki:TableSorterPlugin

Context Navigation


Contents

  1. Description
  2. Bugs/Feature Requests
  3. Download
  4. Source
  5. Installation
  6. Recent Changes
  7. Author/Contributors

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 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 Email 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:

Example screenshot

Bugs/Feature Requests

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

Download the zipped source fromhere.

Source

You can check outTableSorterPlugin fromhere using Subversion, orbrowse the source with Trac.

Installation

General instructions on installing Trac plugins can be found on theTracPlugins page.

Recent Changes

16392 bypsuter on 2017-03-25 08:19:26
TableSorterPlugin: UsingjQuery at global scope to avoid the possibility of conflicts.
(see#12624)
16381 bypsuter on 2017-03-24 18:35:08
TableSorterPlugin: Bump version to 1.1.
(see#12850)
16380 bypsuter on 2017-03-24 18:33:06
TableSorterPlugin: Fix problem with multiple tables.
(see#12850)
(more)

Author/Contributors

Author:psuter
Maintainer:Peter Suter
Contributors:

Last modified4 years agoLast modified on Mar 11, 2021, 11:48:53 AM

Attachments(2)

Download all attachments as:.zip

Download in other formats:


Trac Powered

Powered byTrac 1.2.6
ByEdgewall Software.


[8]ページ先頭

©2009-2025 Movatter.jp