Previous Topic: ca_pam_getTableRowCount(_id)Next Topic: ca_pam_setTableDataFromJSObject(_id, values)


ca_pam_setTableData(_id, values)

Sets the data in a table.

Input Parameters
_id (string)

Specifies the unique identifier of a Table Form element.

values (object)

Specifies the data to display in the rows and columns of the table. This parameter only accepts the result of the SQL query.

Return Value

None.

Example
ca_pam_setTableData('Form.employeeList',result);

This example sets the employeeList table to the values that the result variable returns.