Add a Row Number with Augments - 8.x
On this page
Overview
This page shows how you can use Augments to add a row number to the data. It can be added in any position.
Macro Browser Input
Select this Macro
Macro Name | Advanced Table - CSV Table |
Macro Syntax | {csv} |
Define these Parameters/Values
CSV Table settings > Data settings > Output format | wiki |
CSV Table settings > Sorting >Â Columns to display | ,Product,Sales |
CSV Table settings > Data format >Â Augments to data row values | %#% |
Screenshot
Wiki Markup Input
{csv:columns=,Product, Sales|augments=%#%} Product, Sales ABC, 1000 XYZ, 2000 {csv}
Example Result
Persistent row number
This row number is added to the HTML table produced by the macro just as if it was in the original CSV data. This will show in an exported page. This is different than selecting Auto number each row for the table which is a browser display option only.
Other Examples
Visit our full list of product examples for additional inspiration!