NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item11083: Table should sort if sort is off but initsort has a column number
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Extension |
TablePlugin |
|
It is debatable what
sort="off" exactly means, but the description in
VarTABLE says
Set table sorting by clicking headers "on" or "off".. Meaning that this is an interface option only.
If you want to sort the table without that user interface, you should be able to specify:
%TABLE{sort="off" initsort="1" initdirection="down"}%
For example:
Currently (1.1.3) the table is not sorted.
--
ArthurClemens - 27 Aug 2011