Adds a table at the current input position.
<void> TableCollection.add(<number> rows, <number> columns, [<number> id], [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
rows | Specifies the number of rows the table consists of. |
columns | Specifies the number of columns the table consists of. |
id | Optional. The table's identifier. |
callback | Optional. Receives whether the table could be added. |
error |
Optional. Is called when the operation failed with an error. |