seehar / quill-better-table-plus

fork by quill-better-table. Module for better table in Quill, more useful features are supported.
MIT License
8 stars 3 forks source link

Row header cells are dropped in copy/paste #7

Open enzedonline opened 3 months ago

enzedonline commented 3 months ago

Seems that row header cells are dropped when copying and pasting into the editor.

Example:

No row headers: https://getbootstrap.com/docs/5.3/content/tables/#variants This table copies fine.

With row headers: https://getbootstrap.com/docs/5.3/content/tables/#bordered-tables Except for the column header, the row header cells are dropped with the contents combined with the first td cell, and the merge cell is lost.

If I change the row headers to standard td cells before copy, the table copies fine, including the merged cell. image