Gets the first table in the collection with the given id.
<void> TableBaseCollection.getItem(<RequestTableCallback> callback, [<ErrorCallback> errorCallback], <number> id)| Parameter | Description |
|---|---|
| callback | Receives the requested table or null if there is no table at the current input position / with the requested id. |
| error |
Optional. Is called when the operation failed with an error. |
| id | The table's identifier. |