...
Macro Browser Input
Select this Macro
Macro Name | Table Plus |
Macro Syntax | {table-plus} |
Define these Parameters/Values
Auto number on each row | selected |
Auto total row | selected |
Sort descending | selected |
Auto sort column | 3 |
Column types | S,E,I |
Column attributes | style="text-align:center;",style="text-align:center;",style="background:lightyellow;text-align: |
centerright;" |
Highlight color | lightgoldenrodyellow |
Screenshot
Wiki Markup Input
Code Block |
---|
language | text |
---|
linenumbers | true |
---|
|
{table-plus:autoNumber=true|autoTotal=true|sortDescending=true|sortColumn=3|columnTypes=S,E,I|columnAttributes=style="text-align:center;",style="text-align:center;",style="background:lightyellow;text-align:centerright;"|highlightColor=lightgoldenrodyellow}
|| Product || On Plan || Revenue ||
| A | (/) | 325100 |
| D | (/) | 315850 |
| C | (x) | 250420 |
| B | (/) | 98650 |
| E | (x) | 79010 |
{table-plus} |
...
Table plus |
---|
sortDescending | true |
---|
sortColumn | 3 |
---|
columnTypes | S,E,I |
---|
columnAttributes | style="text-align:center;",style="text-align:center;",style="background:lightyellow;text-align:centerright;" |
---|
autoNumber | true |
---|
autoTotal | true |
---|
|
Product | On Plan | Revenue |
---|
A | | 325100 | D | | 315850 | C | | 250420 | B | | 98650 | E | | 79010 |
|
Note that columns are centered, rows are autonumbered, and the Revenue column is auto-totalled. You can click a column heading to sort by that column.
...