Gets the table row at the current input position or the table row with the specified number.
<void> TableRowCollection.getItem(<RequestTableRowCallback> callback, [<ErrorCallback> errorCallback], [<number> row])
Parameter | Description |
---|---|
callback | Receives the table row. |
error |
Optional. Is called when the operation failed with an error. |
row | Optional. The 1-based row index. |