Adds a row with the specified column values to the placeholder.

This viper method also supports the extension viper syntax.

Syntax

Smartsite SXML CopyCode image Copy Code
this.add(any[ ] columnValues)
this.add(string data)

Extension Viper Syntax

Smartsite SXML CopyCode image Copy Code
page.<id>.add(any[ ] columnValues)
page.<id>.add(string data)

Parameters

Name Data Type Description
columnValues Any[ ] The column values.
data String The data to add to the placeholder.

Return Value

None.

Used in

Macro Description
PlaceHolder Represents a datatable that can be accessed from other elements while in scope, then formatted and rendered when going out of scope.
SXML