TanStackT
TanStack2y ago
1 reply
faint-white

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!
Was this page helpful?