Adds a new table column at the current text input position.

<void> TableColumnCollection.add(<TableAddPosition> tableAddPosition, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
tableAddPosition Specifies where to add the column in the collection.
callback Optional. Receives whether the table could added.
errorCallback Optional. Is called when the operation failed with an error.