Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

3
Votes

Tables rows show as individual tracked changes

Please see the screenshot:
 

In the track changes panel, we should see one change which is inserted table and then when I insert text in a new table and don't see changes. 

Beneath is the screenshot from Word Document

File-level information:

  1. When a new table is inserted in track changes. Visually it's seen as a single table insert.
  2. Whereas in the in file level it is split as a separate row revision.

Please refer to the below structure.

Application behavior:

  1. MS Word combines the tracked rows and combines them as table tracked changes and when accepting and rejecting it iterates each row and performs the accepting or rejecting.
  2. In Document Editor we have considered the table row as track changes instead of grouping in our initial implementation of the track changes feature.