soccerloway/quill-better-table

Cannot read property 'width' of undefined

harleenarora opened this issue · 2 comments

Cannot read property 'width' of undefined

I am facing same issue

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!