soccerloway / quill-better-table

Module for better table in Quill, more useful features are supported.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read property 'width' of undefined

harleenarora opened this issue · 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!