Appends data from the given datatables to the given placeholder.

Syntax

Smartsite SXML CopyCode image Copy Code
placeholder.append(string targetId, datatable[ ] tables)

Parameters

Name Data Type Description
targetId String The placeholder id.
tables DataTable[ ] The tables to append data from.

Return Value

None.

Expand image Example

SXML