Hi Syncfusion team,
Sorry to bother you again but I think I've found a bug:
( using the version 18.2.57 )
( tried with EJ2 and React platforms )
my use case of the document editor:
I'm using the document editor as an image sorting tool, I put photos in table's cells programmatically,
to do that, I create a table 1x1 to insert the first image in, then I add a column so the cursor selection moves to the second cell to insert the second image etc.
the bug:
After the process, I try to export as docx. but the result of the table is not like what we see in the app.
the table is too wide, it is like each cell takes 100% of width of the available space
In the document editor:
In Word:
how to reproduce:
- Create a table 1x1
- insert an image in it.
- add a column to the table on the right side
- insert an image in the new cell
- export as docx
I attached a json sdft example, it might help.
Please tell me if you need a stackblitz example.
Regards,
François
Attachment:
documenteditortableandphotos_b6ca8608.zip