Set table size.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'resizeTable' table resizing API |
width | Number | Table width |
height | Number | Table height |
Example:
editor.execCommand('resizeTable', 800, 400);
Set table size.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'resizeTable' table resizing API |
width | Number | Table width |
height | Number | Table height |
Example:
editor.execCommand('resizeTable', 800, 400);