Real time updates
Hey there, I'm using table in a collaborative context where cell values are being changed by other users.
Is there a canonical way to have these updates propagate? Currently not getting any change coming through since the data array is a stable list of references, with only the properties of each row being changed in this use-case. I'd also like to avoid re-rendering the whole table in this case.
When other users add or delete rows, those changes are propagated since the data array changes.
Thanks!
1 Reply
eager-peach•14mo ago
Hey did you found a solution ? Need to render the changes on realtime for the table too