Item11083: Table should sort if sort is off but initsort has a column number
Priority: Normal
Current State: Closed
Released In: 1.1.4
Target Release: patch
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