Quill table with Angular, not working on edit mode

若如初见. 提交于 2020-05-27 07:11:24

问题


I have an Angular Application, I have a form and used quill-better-table (https://www.npmjs.com/package/quill-better-table)

I have added configurations mentioned here (How do I fix this error I get whenever I try to register quill-better-table with my quill editor component in Angular 8?) When I am in insert mode it works and generate rich text which you can past tables also inserts the data into database when now I want to populate the data in edit mode, the rich textbox does not display the content.

div id="quill">
    <p>Content *</p>
    <quill-editor [styles]="editorStyle" placeholder="Enter Text" formControlName="myfieldCtrl" required>
    </quill-editor>
</div>

来源:https://stackoverflow.com/questions/60102086/quill-table-with-angular-not-working-on-edit-mode

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!