Gets a value indicating whether the selected rows can be removed. Rows can be removed, if either the current text input position is in a row, or if a part of a table is selected.
<void> TableRowCollection.getCanRemove(<RequestBooleanCallback> callback, [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| callback | Receives whether the rows can be removed. |
| error |
Optional. Is called when the operation failed with an error. |