Availability
This routine is available since:
- databasecf 2.1
- katl-commons 2.0.3
Syntax
getTableElement(tableField, rowIndex, columnIndex)
Description
Retrieves the data in the cell at the specified location from a data table custom field.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
tableField | array | Yes | The data table custom field value. |
rowIndex | number | Yes | The table row index. |
columnIndex | number | Yes | The table column index. |
Return Type
string
Example
string keplercfDescription = getTableElement(customfield_10000, 2, 1);
For custom field DataTable with the id customfield_10000, the result returned by the above routine call will be: Kepler Custom Fields.