...
...
...
Section | |||||||||
---|---|---|---|---|---|---|---|---|---|
Description
A number of macros that produce or modify tables share common capabilities. This page documents the behavior and parameters for these capabilities. A JavaScript enabled browser is required to enable most of these capabilities.
|
...
...
Date sorting
Examples
No Format |
---|
{table-plus:columnTypes=S,-,.|autoNumber=true|sortColumn=3
|columnAttributes=style="text-align:center;", ,style="background:yellow; font-size:14pt;"}
|| Name || Phone || TCP ||
| John | 555-1234 | 192.168.1.10 |
| Mary Lou | 555-2134 | 192.168.1.12 |
| Bob | 555-4527 | 192.168.1.9 |
{table-plus}
|
which renders as:
...
sortColumn | 3 |
---|---|
columnTypes | S,-,. |
columnAttributes | style="text-align:center;", ,style="background:yellow; font-size:14pt;" |
autoNumber | true |
...
Name
...
Phone
...
TCP
...
John
...
555-1234
...
192.168.1.10
...
Mary Lou
...
555-2134
...
192.168.1.12
...
Bob
...
555-4527
...