Item10410: TablePlugin and sort="off" in WebPreferences
Priority: Urgent
Current State: Closed
Released In: 1.1.3
Target Release: patch
Hi,
some of my users don't wont sorting links in wiki-tables.
So we tried to define in
WebPreferences
Set TABLEPLUGIN_TABLEATTRIBUTES = sort="off"
but this doesn't work. It works in the %TABLE{ ...
but we won't it for the web.
You can see it in
http://trunk.foswiki.org/Sandbox/TestTopic44619
The definition in the Topic yould be the same as in Prefrences.
In 1.0.9 it works ->
http://foswiki.org/Sandbox/TestTopic44648
--
GuentherFischer - 25 Feb 2011
The code assumed that
sort
was a table specific setting. Fixed in plugin version 1.128.
--
ArthurClemens - 04 Mar 2011
If there is no TABLE-definition It works. But If I add
%TABLE{ tableborder="0" cellpadding="1" cellspacing="3" headerbg="#99CCCC" databg="#EEEEEE,#F6F6F6"}%
it takes sort=on ... ???
Look at the examples obove.
--
GuentherFischer - 08 Mar 2011
Fixed in 1.131.
--
ArthurClemens - 09 Mar 2011