silevis / reactgrid

Add spreadsheet-like behavior to your React app

Home Page:https://reactgrid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working Example of MultiUsers

Smartauto opened this issue · comments

We want to use Reactgrid to edit the data.
The editing will be done by simultaneously by multiple users.

though it is mentioned in website that reactgrid support multiple users, we would like to see a working example. It will be nice if you can share a link of code where multi users are able to work on same data.

The example shown on our website obviously just virtualizes the changes, but the logic for updating the state on new changes should be very similar to real use case based on (for example) web sockets. You can analyze its source code on the website repo. In the future we might provide a source code with some changes synchronization solution if needed, but at the moment all I can provide is the aforementioned example source.