Gets the table at the current input position or the first table in the collection with the given id.

<void> TableCollection.getItem(<RequestTableCallback> callback, [<ErrorCallback> errorCallback], [<number> id])

Parameters

Parameter Description
callback Receives the requested table or null if there is no table at the current input position / with the requested id.
errorCallback Optional. Is called when the operation failed with an error.
id Optional. The table's identifier.