Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getHTML function does not return colgroup for tables #721

Closed
MichalKrakow opened this issue Jun 1, 2020 · 1 comment
Closed

getHTML function does not return colgroup for tables #721

MichalKrakow opened this issue Jun 1, 2020 · 1 comment
Labels
Type: Bug The issue or pullrequest is related to a bug

Comments

@MichalKrakow
Copy link

getHTML function does not return colgroup for tables

Steps to reproduce the behavior:
1.Create table,
2. Adjust width
3. Check onUpdate => state.getHTML() for colgroup - its not there

The provided HTML should consist of colgroup to define proper column widths

@MichalKrakow MichalKrakow added the Type: Bug The issue or pullrequest is related to a bug label Jun 1, 2020
@hanspagel hanspagel added v2 and removed v2 labels Jan 5, 2021
@philippkuehn
Copy link
Contributor

For tables we use prosemirror-tables, which unfortunately is currently not maintained anymore. Maybe we will do a re-write ourselves someday, but this is a huge project and will take a long time. Until then, this is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The issue or pullrequest is related to a bug
Projects
None yet
Development

No branches or pull requests

3 participants