soccerloway / quill-better-table

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

When merging n column cells it takes the width of 1 cell #52

Closed Alec-Aldrine-Lakra closed 4 years ago

Alec-Aldrine-Lakra commented 4 years ago

How do I expand the width of the table cell in quill better table ?

soccerloway commented 4 years ago

image Do you mean that after merging multiple columns, the cell width is incorrect? After merging multiple columns, the cell width should be the sum of their widths, which seems to be correct.