attoae / quill-table-better

A module that enhances the table functionality of Quill.
MIT License
59 stars 5 forks source link

Change column width doesn't work, when there are merged cells #48

Closed robertSt7 closed 3 days ago

robertSt7 commented 4 days ago

Change column width doesn't work, when there are merged cells in the same column.

image

The column width of the blue cell isn't changeable, because there are merged cells in the row before.

attoae commented 4 days ago

.ql-editor table { table-layout: fixed; width: 100%; } width: unset; cover width: 100%;

robertSt7 commented 3 days ago

@attoae Thanks a lot this solves my issue