diff --git a/src/lib/components/buttons/OTableBtn.vue b/src/lib/components/buttons/OTableBtn.vue
new file mode 100644
index 0000000..b4a353f
--- /dev/null
+++ b/src/lib/components/buttons/OTableBtn.vue
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/lib/components/menubars/OEditorMenuBar.vue b/src/lib/components/menubars/OEditorMenuBar.vue
index c788284..84f73b8 100644
--- a/src/lib/components/menubars/OEditorMenuBar.vue
+++ b/src/lib/components/menubars/OEditorMenuBar.vue
@@ -42,6 +42,7 @@
+
@@ -60,6 +61,7 @@ import OLineHeightDropdown from 'src/lib/components/buttons/OLineHeightDropdown'
import OHeadingDropdown from 'src/lib/components/buttons/OHeadingDropdown'
import OHeadingGroup from 'src/lib/components/buttons/OHeadingGroup'
import OHeadingList from 'src/lib/components/buttons/OHeadingList'
+import OTableBtn from 'src/lib/components/buttons/OTableBtn'
import OMenubarBtn from 'src/lib/components/buttons/OMenubarBtn'
import OSimpleCommandBtn from 'src/lib/components/buttons/OSimpleCommandBtn'
@@ -82,7 +84,6 @@ export default {
'bullet_list',
'ordered_list',
'todo_list',
- 'table',
'undo',
'redo',
'indent',
@@ -120,7 +121,8 @@ export default {
OLineHeightDropdown,
OHeadingDropdown,
OHeadingGroup,
- OHeadingList
+ OHeadingList,
+ OTableBtn
},
methods: {
isSimpleCommand (item) {