What is the wikimarkup code to give the row number in a table?
Hey David,
You can use autoNumber=true to achieve that, as in:
{table-plus:autoNumber=true} || || January || February || March || April || | Max | 37.5 | 32.7 | 28.0 | 25.3 | | Min | 31.3 | 26.8 | 25.1 | 18.7 | {table-plus}
More information on Table-plus macro parameters at https://bobswift.atlassian.net/wiki/display/TBL/Table-plus+macro
Hope it helps!
{table-plus:autoNumber=true} || || January || February || March || April || | Max | 37.5 | 32.7 | 28.0 | 25.3 | | Min | 31.3 | 26.8 | 25.1 | 18.7 | {table-plus}
I input this code into confluence but it did not render. Do I need to wrap it in any escape codes to make it work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
David,
Wrap it up in wiki markup. Just click Insert > Wiki Markup, place the code inside it and save.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.