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

[bug]Table parse issue #4023

Open
newproplus opened this issue Feb 25, 2024 · 4 comments
Open

[bug]Table parse issue #4023

newproplus opened this issue Feb 25, 2024 · 4 comments

Comments

@newproplus
Copy link

I paste the following table to quill in my project or https://quilljs.com/ , all the cells in thead will merged to one cell.

thead1 thead2
cell1-1 cell2-1
cell1-2 cell2-2

Steps for Reproduction

  1. Copy the table
  2. paste to quill2

Expected behavior:

Render the table as it.

Actual behavior:

All the cells in thead will merged to one cell, like (the 2nd thead doesn't shows):

thead1 thead2
cell1-1 cell2-1
cell1-2 cell2-2

Platforms:

Debian 12

Firefox 123.0

Google Chrome 122.0.6261.69

Version:

quill v2.0.0-rc.2

@Johansenlbw
Copy link

+1

1 similar comment
@chienweiluo
Copy link

+1

@reinaldocoelho
Copy link

Hi, @newproplus!

The issue was solved?
What's the final situation?

@newproplus
Copy link
Author

@reinaldocoelho Actually, it hasn't been fixed properly. Since I submitted it for several months and no one replied, I have given up using it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@reinaldocoelho @Johansenlbw @chienweiluo @newproplus and others