Priority: Normal
Current State: Closed
Released In: 1.1.0
Target Release: minor
The sorting does not work if the parameter "Headerrows" is greater than one.
Here are the examples: (The
FosWiki source first and then the rendered text)
Sorting works
%TABLE{ cellpadding="3" initsort="1" headerrows="1" initdirection="down" }%
| *Tool name* | *Version* | *License type* | *Price for tool* | *Price for license* | *Tool Champion* | *Status date and signature* |
| Example tool | Version 1.2 | Free | 20.000,00 $ | N/A | Main.JanCarstenJ | 2004 Sep 07 Main.JanCarstenJ |
| [[http://find.my.fault.com][Find a fault]] | Version 5.3.3 | Free | 0 $ | 0 $ | Main.SantaClaus | 2007 Jul 03 Main.JanCarstenJ |
| [[http://dmi.dk][DMI]] | Version 5.3.3 | Free | 0 $ | 0 $ | Main.TheRainMan | 2007 Jul 03 Main.JanCarstenJ |
Sorting does
not work
%TABLE{ cellpadding="3" initsort="1" headerrows="2" initdirection="down" }%
| *Tool name* | *Version* | *License type* | *Price for tool* | *Price for license* | *Tool Champion* | *Status date and signature* |
| Example tool | Version 1.2 | Free | 20.000,00 $ | N/A | Main.JanCarstenJ | 2004 Sep 07 Main.JanCarstenJ |
| [[http://find.my.fault.com][Find a fault]] | Version 5.3.3 | Free | 0 $ | 0 $ | Main.SantaClaus | 2007 Jul 03 Main.JanCarstenJ |
| [[http://dmi.dk][DMI]] | Version 5.3.3 | Free | 0 $ | 0 $ | Main.TheRainMan | 2007 Jul 03 Main.JanCarstenJ |
--
JanCarstenJ - 20 Apr 2009
we have the same problem on
StatusOfPortingExtensionsToFoswiki. Confirmed.
--
WillNorris - 20 Apr 2009
Solved with
Item2039.
--
ArthurClemens - 12 Sep 2009