Table borders missing when loading DOCX in Syncfusion Document Editor - DOCX table vertical borders not rendering correctly in Document Editor

Hi Team,

We are currently facing an issue while loading a DOCX document in the Syncfusion Document Editor component.

When the document is opened in Microsoft Word, the table structure and borders render correctly. The same document was also tested in other editors such as ONLYOFFICE and Apryse WebViewer, where the table layout appears exactly as expected. However, when the same DOCX file is loaded in Syncfusion Document Editor, some of the vertical table borders are not rendered, which causes the table layout to appear broken or incomplete.

To investigate the issue further, we inspected the internal document structure generated by the editor. We used the following method to obtain the serialized SFDT representation of the document:

container.documentEditor.serialize()

After parsing the serialized SFDT JSON, we examined the document structure (sections → blocks → tables → rows → cells) and observed that certain table border properties appear to be missing or not properly preserved during the DOCX to SFDT conversion process. Because of this, the editor does not render the table borders exactly as defined in the original DOCX document.

Steps to reproduce the issue:

  1. Open the Syncfusion Document Editor in our application.

  2. Load the attached DOCX file.

  3. Observe the table layout inside the editor.

  4. Compare the table borders with the same document opened in Microsoft Word.

Expected Result:
The table borders and layout should render exactly the same as in Microsoft Word and other DOCX editors.

Actual Result:
Some vertical table borders are missing when the document is loaded in Syncfusion Document Editor, which results in an incomplete or incorrect table layout.

Additional Information:

  • The document renders correctly in Microsoft Word.

  • The same document was tested in ONLYOFFICE and Apryse WebViewer and works correctly there as well.

  • The issue appears only in Syncfusion Document Editor.

  • Based on inspection of the serialized SFDT output, it seems the problem may be related to the DOCX to SFDT conversion process where certain border properties are not retained.

Environment Details:

  • Product: Syncfusion Essential JS 2 – Document Editor

  • Version: 27.1.48

  • Browser: Chrome/Edge

  • Also tested in the latest Syncfusion Document Editor version/demo

We have attached the sample DOCX file for reference. Kindly review the issue and let us know if there is any workaround or configuration required to ensure the table borders render correctly.




syncfusion_Editor.png


Attachment: enclosuretest_7b8c42e5.docx

4 Replies

AA Akshaya Arivoli Syncfusion Team March 10, 2026 12:16 PM UTC

Hi Megha,

We have reproduced the reported issue and are currently in the process of validating it. We will provide you with further updates by March 12, 2026. 

Regards,

Akshaya



SP Sailesh Prasad Sankar Syncfusion Team March 12, 2026 02:12 PM UTC

Hi Megha,

We need an additional timeline to validate the issue and provide an update by March 16, 2026.

Regards,

Sailesh Prasad Sankar



SP Sailesh Prasad Sankar Syncfusion Team March 16, 2026 11:53 AM UTC

Hi Megha,


We have confirmed the reported issue "Table cell spanning issue due to cell width mismatching" as a defect and logged in a defect report. We will include the fix in our upcoming 2026 Volume 1 SP release, which is expected to be rolled out at the mid of May 2026 tentatively.


You can track the status of the bug through the feedback link below:
Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.



Regards,
Sailesh Prasad Sankar




SP Sailesh Prasad Sankar Syncfusion Team April 21, 2026 10:29 AM UTC

Hi Megha,


We are glad to announce that our patch release (v33.2.3) has been rolled out successfully. In this release, we have added the fix for the reported issue in "Table cell spanning issue due to cell width mismatching".


Please upgrade to the latest version packages to resolve this issue:
Client side:
Server side:


Feedback link:

https://www.syncfusion.com/feedback/73196/resolve-the-table-cell-spanning-issue-due-to-cell-width-mismatching


Please let us know if you need any further assistance.


Regards,
Sailesh



Loader.
Up arrow icon