Delete the row in which the caret or selection is positioned.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'deleteRow' row deleting API |
Example:
editor.execCommand('deleteRow');
Delete the row in which the caret or selection is positioned.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'deleteRow' row deleting API |
Example:
editor.execCommand('deleteRow');