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