...
| Code Block | ||||
|---|---|---|---|---|
| ||||
var table = editor.getAPIModelById('id');
table.insertRow(1setColWidth(1, 100, 'px');
table.setColWidth(1, 20, '%'); |
setRowHeight(index, value)
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
var table = editor.getAPIModelById('id');
table.insertRowsetRowHeight(1, 100); |
setHeight(value[, unit = 'px'])
...