|
@@ -18,6 +18,11 @@ import '../theme/table.css';
|
|
|
/**
|
|
/**
|
|
|
* The table plugin.
|
|
* The table plugin.
|
|
|
*
|
|
*
|
|
|
|
|
+ * It loads the {@link module:table/tableediting~TableEditing table editing feature}
|
|
|
|
|
+ * and {@link module:table/tableui~TableUI table UI feature}.
|
|
|
|
|
+ *
|
|
|
|
|
+ * For a detailed overview, check the {@glink features/table Table feature documentation}.
|
|
|
|
|
+ *
|
|
|
* @extends module:core/plugin~Plugin
|
|
* @extends module:core/plugin~Plugin
|
|
|
*/
|
|
*/
|
|
|
export default class Table extends Plugin {
|
|
export default class Table extends Plugin {
|