This sample demonstrates how to synchronize user actions between multiple Syncfusion React Spreadsheet instances. It uses the actionComplete event to capture user operations and the updateAction method to replicate those actions in another Spreadsheet instance.
The implementation provides a foundation for collaborative and multi-user editing scenarios where changes made in one Spreadsheet can be synchronized with another using a custom communication mechanism.
- Synchronize actions between two Spreadsheet instances.
- Capture user operations using the
actionCompleteevent. - Apply actions to another Spreadsheet using the
updateActionmethod. - Demonstrates the core workflow required for collaborative and multi-user editing solutions.
- Built with Syncfusion React Spreadsheet.
Before running the sample, ensure that the following software is installed:
- Node.js (Latest LTS version recommended)
- npm
npm installnpm run devAfter the application starts, open the URL displayed in the terminal in your browser.
- Synchronizing actions between multiple Spreadsheet instances.
- Building collaborative editing applications.
- Implementing real-time spreadsheet updates.
- Mirroring spreadsheet operations across users or sessions.
- Live Demo: action-synchronization
- Documentation: