Open enzedonline opened 5 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.
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.