Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeEmacs
var table = editor.getAPIModelById('id');
table.insertRow(1setColWidth(1, 100, 'px');
table.setColWidth(1, 20, '%');

setRowHeight(index, value)

...

Code Block
languagejs
themeEmacs
var table = editor.getAPIModelById('id');
table.insertRowsetRowHeight(1, 100);

setHeight(value[, unit = 'px'])

...