(no commit message)
[openafs-wiki.git] / TWiki / TWikiTip023.mdwn
1 # <a name="Control table attributes with _T"></a> Control table attributes with TablePlugin
2
3 The [[TablePlugin]] gives extra control of table display:
4
5 - Allows sorting
6 - Changing table properties like border width, cell spacing and cell padding
7 - Changing background color and text color for header cells
8 - Changing background color and text color for data cells - colors can _alternate_
9 - Table attributes can be set and overridden in this order:
10   - Default `TABLEATTRIBUTES` Plugin setting in this topic
11   - A `TABLEATTRIBUTES` preferences setting on site-level ([[TWikiPreferences]]), web-level (any [[WebPreferences]]), or topic level. For example:
12     - `Set TABLEATTRIBUTES = tableborder="0" cellpadding="1" ...`
13
14 To change table characteristics place `%TABLE{...}%` before the table.
15
16 [[More Information...|Main/TablePlugin]]
17
18 [[See More Tips...|Main/TWikiTipsOfTheDay]]
19
20 -- TWiki:Main.PaulineCheung - 30 Jan 2005