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