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