%META:TOPICINFO{author="PeterThoeny" date="1053858180" format="1.0" version="1.19"}%
---+ Modified Table Plugin

Derived from [[http://twiki.org/cgi-bin/view/Plugins/TablePlugin][TablePlugin]] to show problems with Apache 2.<nop>0.

---++ <nop>%TOPIC% Global Settings

Plugin settings are stored as preferences variables. To reference
a plugin setting write ==%<nop>&lt;plugin&gt;_&lt;setting&gt;%==, for example, ==%<nop>INTERWIKIPLUGIN_SHORTDESCRIPTION%==

	* One line description, shown in the %TWIKIWEB%.TextFormattingRules topic:
		* Set SHORTDESCRIPTION = Control attributes of tables and sorting of table columns

	* Set DEBUG to 1 to get debug messages in =data/debug.txt=.  Default: =0=
		* Set DEBUG = 0

	* Make sortable:
		* #Set SORT = attachments
		* Set SORT = all
		* #Set SORT = none

	* Default table attributes:
		* Set MODTABLEATTRIBUTES = tableborder="1" cellpadding="0" cellspacing="1" headerbg="#99CCCC" databg="#FFFFCC, #FFFFFF"


---++ Table Attributes

Attributes are defined as a =MODTABLEATTRIBUTES= Plugin setting in this topic, a =MODTABLEATTRIBUTES= preferences setting, or on line before the table using =%<nop>MODTABLE{...}%=:

All attributes are as documented in [[http://twiki.org/cgi-bin/view/Plugins/TablePlugin][TablePlugin]].

The =%<nop>MODTABLE{...}%= settings override =MODTABLEATTRIBUTES= preferences settings, which override the =MODTABLEATTRIBUTES= Plugin settings. 

---++ Plugin Installation Instructions

*Note:* You do not need to install anything on the browser to use this plugin. Below installation instructions are for the administrator who needs to install this plugin on the TWiki server.

	* Download the ZIP file from the Plugin web (see below)
	* Test if the plugin is correctly installed:
		* Check whether Sandbox.FruitDataShort renders correctly.
		* Try click on heading to sort.

