[Bug]: HTML output of Table is missing colgroup element #4280
Labels
Category: Open Source
The issue or pull reuqest is related to the open source packages of Tiptap.
Triage: Open
A new issue or pullrequest that requires triage (added by default)
Type: Bug
The issue or pullrequest is related to a bug
Which packages did you experience the bug in?
extension-table
What Tiptap version are you using?
2.0.4
What’s the bug you are facing?
When using resizable Table, table columns can be resized. This is working with editor. When outputing html from editor
using e.g.
editor.getHTML()
orgenerateHTML
, rendered table is not including requiredcolgroup
element.What browser are you using?
Chrome
Code example
No response
What did you expect to happen?
I'm expecting rendered html to include
colgroup
element.Anything to add? (optional)
I will try to create pull request with fix.
Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: