getFormRow(row)
For an editable table, retrieves the edited row specified by the index. Often the index is provided by the event object for the editable table.
Parameters
row row index
Example
var changedRow = Table1.getFormRow(row);
See Also
Accessing the Most Recent User Modification, for an example of using getFormRow().
Accessing User-Modified Data in a Table, for general discussion.
Table Properties: Advanced Tab, for information on making a table editable.
| << data.size | © 1996-2013 InetSoft Technology Corporation (v11.4) | getFormRows([type]) >> |