Changes between Version 13 and Version 14 of TableSorterPlugin


Ignore:
Timestamp:
Aug 9, 2016, 7:13:14 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic change: separate functional description from technical description

Legend:

Unmodified
Added
Removed
Modified
  • TableSorterPlugin

    v13 v14  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = TableSorterPlugin
     3= Sort tables
    44
    55== Description
    66
    7 This plugin adds the [http://tablesorter.com/ tablesorter jQuery plugin] for turning HTML tables with THEAD and TBODY tags into a sortable table without page refreshes.
     7This plugin allows you to sort tables on your Trac wiki or ticket pages. It uses the [http://tablesorter.com/ tablesorter jQuery plugin] for turning HTML tables into a sortable table without requiring a page refresh. The HTML-code of the table must be specified with the THEAD and TBODY tags for this to work.
     8
    89This plugin is a wrapper around the third-party Javascript library `jquery.tablesorter`, that is dual licensed under the MIT and GPL licenses.
    910
     
    3435A screenshot with a table with sortable headings would look as follows:
    3536
    36 [[Image(tableSorterPlugin-screenshot.2.png,border=5)]]
     37[[Image(tableSorterPlugin-screenshot.2.png,border=2)]]
    3738
    3839The 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: