DocumentEditor Track Changes not working. Working example where?

Hi, I fail to grasp how to enable change tracking for DocumentEditor (NOT DocumentEditorContainer). Passing the prop enableTracking={true} does nothing. Changing users and changing the document's content isn't registering as a change to be tracked, and the revision tab next to user comments doesn't show up at all.

The docs present a working example of change tracking via DocumentEditorContainer, but not DocumentEditor.

This pane doesn't show up using DocumentEditor:

track-changes.png


1 Reply

AE Ajithamarlin Edward Syncfusion Team February 27, 2022 07:34 PM UTC

Hi Foo,


We made a sample based on your requirement.


Please find the stackblitz sample from the below link.


https://stackblitz.com/edit/react-sewayt?file=index.js



enableTrackChanges={true} showRevisions={true}/



Add the above code to make use of the revision pane and track changes.


Please let us know if you need any further assistance.


Regards,

Ajithamarlin E


Loader.
Up arrow icon