If I do cell edit for multiple cells very fast, the entered value is not rendering fast in the UI. It is taking 2 to 3 second and showing the change in the bulk.
Expecting this DOM should keep on update and should show the entered value while after I press enter.
I am having around 50 Columns and 35 Rows in the Grid.
Also I am using afterchange listener to save the entered value to the API.
Is there a way to speedup the DOM and alternate approach to update the changes to the server?