Gets table's cell at the current input position.
<void> TableCellCollection.getItemAtInputPosition(<RequestTableCellCallback> callback, [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| callback | Receives the table cell. |
| error |
Optional. Is called when the operation failed with an error. |
Learn more about the Javascript: Table