Removes the table column at the current text input position or all selected columns when a text selection exists.
<void> TableColumnCollection.remove([<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
callback | Optional. Receives whether the column could removed. |
error |
Optional. Is called when the operation failed with an error. |