Changeset 8339
- Timestamp:
- 07/28/10 11:05:04 (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
r7078 r8339 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 much 14 better performance can be obtained with the Foswiki:Extensions.JQTablePlugin. 11 15 12 16 %TOC% … … 174 178 | Release: | %$RELEASE% | 175 179 | Change History: | <!-- specify latest version first --> | 180 | 28 Jul 2010 | 1.124: Fix sorting in multiple header rows | 176 181 | 05 Apr 2010 | 1.123: New default colors. | 177 182 | 13 Mar 2010 | 1.122: Arthur Clemens: Fixed sorting of columns with mixed data types: numbers, dates, strings, empty cells. | … … 208 213 | 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=. | 209 214 | 16 Aug 2006 | Michael Daum: Added CSS support for even/odd table rows | 210 | 13 Dec 2005 | Arthur Clemens: Added support for =id=, =summary= and =caption= | 215 | 13 Dec 2005 | Arthur Clemens: Added support for =id=, =summary= and =captione solid'; 216 $TABLE_FRAME->{box} = 'border-style:solid';= | 211 217 | 05 Mar 2005 | 1.014: Crawford Currie eliminated deprecated handlers for Dakar | 212 218 | 01 Aug 2004 | Arthur Clemens: Added CSS support for first column and ascending/descending table headers | -
trunk/TablePlugin/lib/Foswiki/Plugins/TablePlugin.pm
r7644 r8339 10 10 11 11 our $VERSION = '$Rev$'; 12 our $RELEASE = '1.12 3';12 our $RELEASE = '1.124'; 13 13 our $SHORTDESCRIPTION = 14 14 'Control attributes of tables and sorting of table columns'; -
trunk/TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm
r8276 r8339 1505 1505 if ($writingSortLinks) { 1506 1506 $writingSortLinks = 0; 1507 $sortLinksWritten = 1;1508 1507 } 1509 1508 … … 1568 1567 # each table heading 1569 1568 $dataColorCount = 0; 1569 } else { 1570 $sortLinksWritten = 1; 1570 1571 } 1571 1572
Note: See TracChangeset
for help on using the changeset viewer.
