Description
When a table is inserted into the Summernote editor, it is displayed correctly inside the editor itself.
However, when switching to the ngxSummernoteView (view mode), the table does not render as expected.
Steps to Reproduce:
- Insert a table using the Summernote toolbar inside the editor.
- Check the rendered output under the view mode
Expected Behavior
The table should render as a proper <table> with rows and columns visible in the view mode.
Actual Behaviour
- The editor shows the table correctly.
- The
ngxSummernoteView preview nothing for table.
Screenshot
Recording
