Adds a new table column at the current text input position.
<void> TableColumnCollection.add(<TableAddPosition> tableAddPosition, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
table |
Specifies where to add the column in the collection. |
callback | Optional. Receives whether the table could added. |
error |
Optional. Is called when the operation failed with an error. |