Real-Time Data Updates (Live Streaming Updates)
The Kendo UI for Vue Native Grid can render multiple live updates in a short time. This functionality allows you to do real-time updates in the Grid (also referred to as streaming updates).
The Grid will only re-render (not re-mount) the updated rows when it receives the new data real-time. That makes each streaming update very efficient.
This example uses a local data service to simulate real-time updates. In the live application, bind your Native Vue Data Grid to a state variable and update it with steaming (live) data.