Table.setColumnValueOnRow

Sets a value for the table cell at the specified column and row. See Field#setValue(Object) for documentation on which object types can be used with each column type.

Javascript examples:

 tables.ORDERS.setColumnValueOnRow(tables.ORDERS.ORDER_VALUE, rowNum, 25.13);
 

Parameters

TableColumn column,  int  row,  java.lang.Object  value,