soccerloway / quill-better-table

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

Cannot read property 'width' of undefined #75

Open harleenarora opened 3 years ago

imran-momin4041 commented 2 years ago

I am facing same issue

MahdiRe commented 2 years ago

I had the same issue when I try to add some tables into Quill editor using innerHtml. So as a solution I used quill clipboard's dangerouslyPasteHTML to add tables into the editor. quill.clipboard.dangerouslyPasteHTML(index, tableHtml); https://quilljs.com/docs/modules/clipboard/

I think issue is because it is unable to parse the table tags into quill-better-table tags when it is set using innerHtml!