Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Div
idProductTOC

On this page

Table of Contents
maxLevel1
excludeOn this page
typeflat
separatorpipe

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 NameCSV (Comma Separated Values)
Macro Syntax{csv}

Define these Parameters/Values

Output format wiki
Columns to show,Product,Sales
Augments to data row values%#%

Screenshot

Wiki Markup Input

Code Block
languagetext
linenumberstrue
{csv:columns=,Product, Sales|augments=%#%}
Product, Sales
ABC, 1000
XYZ, 2000
{csv}

 


Example Result

Note
titlePersistent 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!