soccerloway / quill-better-table

Module for better table in Quill, more useful features are supported.
MIT License
313 stars 120 forks source link

td background can not initial corrent #17

Closed kagol closed 4 years ago

kagol commented 4 years ago

Copy a table which td has "background-color", and then paste it in editor, the table cell's background-color is wrong. image I noticed quill-better-table's new api "colors", support set background-color to table cell, but can't support initial/paste situation. When can you support it?

soccerloway commented 4 years ago

@kagol Thanks for your report. I have fixed it in v1.2.2. I tried copying tables from macOS pages, and from plain HTML, then pasting into my editor. It works well now.

kagol commented 4 years ago

@soccerloway Thanks for your fixing, that help me a lot.

soccerloway commented 4 years ago

@kagol You're welcome.

lokesh8795 commented 1 year ago

Hi @soccerloway i am using but the background color is working while pasting it from excel "quill": "2.0.0-dev.3", "quill-better-table": "^1.2.10",