Table in RichTextEditor

Hi, everyone,

Is is possible to store simple tables copied from Excel in the RichTextEditor component. When i try only the text from table is copied and being saved. (using Vaadin 14.5.1)

In the RichTextArea component from Vaadin 8 you could copy a table and save it.

Best Regards,
Vladislav

No, the underlying library Quill doesn’t support tables. Here is a related ticket: https://github.com/quilljs/quill/issues/117

Is there a possible workaround?

Updating the component or building your own component from another JS library.

No idea. At least straight updating won’t work as Quill’s issue is still open.