@@ -26,6 +26,14 @@ export default class TableUtils extends Plugin {
return 'TableUtils';
}
+ /**
+ * @inheritDoc
+ */
+ init() {
+ this.decorate( 'insertColumns' );
+ this.decorate( 'insertRows' );
+ }
+
/**
* Returns the table cell location as an object with table row and table column indexes.
*