There was an error while loading. Please reload this page.
1 parent 1b1d23a commit eadd7b5Copy full SHA for eadd7b5
1 file changed
src/table.js
@@ -39,6 +39,7 @@ export const Table = TiptapTable.extend({
39
},
40
41
renderHTML({ HTMLAttributes }) {
42
+ // We don't want the colgroup in our table therefore we override renderHTML
43
const table = [
44
"table",
45
mergeAttributes(this.options.HTMLAttributes, HTMLAttributes),
0 commit comments