Changeset 8349
- Timestamp:
- 07/29/10 14:16:20 (22 months ago)
- Location:
- trunk/TablePlugin
- Files:
-
- 3 edited
-
data/System/TablePlugin.txt (modified) (3 diffs)
-
lib/Foswiki/Plugins/TablePlugin.pm (modified) (1 diff)
-
lib/Foswiki/Plugins/TablePlugin/Core.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TablePlugin/data/System/TablePlugin.txt
r8340 r8349 9 9 * Setting the background color and text color for data cells, for instance to get an alternating zebra pattern 10 10 * Merging cells (row and col spans) 11 12 Note: By default this plugin uses sorting that is performed on the server.13 If you can rely on Javascript being enabled in your browsers, then much14 better performance can be obtained with the Foswiki:Extensions.JQTablePlugin.15 11 16 12 %TOC% … … 178 174 | Release: | %$RELEASE% | 179 175 | Change History: | <!-- specify latest version first --> | 180 | 28 Jul 2010 | 1.124: Fix sorting in multiple header rows |181 176 | 05 Apr 2010 | 1.123: New default colors. | 182 177 | 13 Mar 2010 | 1.122: Arthur Clemens: Fixed sorting of columns with mixed data types: numbers, dates, strings, empty cells. | … … 213 208 | 25 Oct 2006 | 1.015: Arthur Clemens: Added support for background colors of sorted column. Columns can be unsorted - sorting order is now: sort ascending, sort descending, unsort. Added attributes =headervalign= and =datavalign=. | 214 209 | 16 Aug 2006 | Michael Daum: Added CSS support for even/odd table rows | 215 | 13 Dec 2005 | Arthur Clemens: Added support for =id=, =summary= and =caption e solid'|210 | 13 Dec 2005 | Arthur Clemens: Added support for =id=, =summary= and =caption= | 216 211 | 05 Mar 2005 | 1.014: Crawford Currie eliminated deprecated handlers for Dakar | 217 212 | 01 Aug 2004 | Arthur Clemens: Added CSS support for first column and ascending/descending table headers | -
trunk/TablePlugin/lib/Foswiki/Plugins/TablePlugin.pm
r8339 r8349 10 10 11 11 our $VERSION = '$Rev$'; 12 our $RELEASE = '1.12 4';12 our $RELEASE = '1.123'; 13 13 our $SHORTDESCRIPTION = 14 14 'Control attributes of tables and sorting of table columns'; -
trunk/TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm
r8339 r8349 1505 1505 if ($writingSortLinks) { 1506 1506 $writingSortLinks = 0; 1507 $sortLinksWritten = 1; 1507 1508 } 1508 1509 … … 1567 1568 # each table heading 1568 1569 $dataColorCount = 0; 1569 } else {1570 $sortLinksWritten = 1;1571 1570 } 1572 1571
Note: See TracChangeset
for help on using the changeset viewer.
