soccerloway / quill-better-table

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

Table breaks if nested tables or new lines are inserted in table cells. #40

Closed pvahia closed 4 years ago

pvahia commented 4 years ago

Content with nested tables/cells or new lines in cells breaks the table structure. Same happens when when pasting.

Is there a way to fix this?

soccerloway commented 4 years ago

Nested structure is always a pain in Quill. Only the classes extending from Inline or Embed are supported to insert in table cell lines, but headers, lists, tables… are not supported.

soccerloway commented 4 years ago

This problem was discussed in #20 #7 .

djcurfew commented 4 years ago

We really need a patch to allow lists (and multi-line) inside of table cells. In additional, ability to resize columns. We are offering bounty of $2,500 for this.