Posted 11 April 2018, 10:48 am EST
I am working on Wijmo flexGrid with react. I want to display large dynamic data.
the data comes from a server, and if some changes happened the server resend data with changes.
I want to update Flexgrid data source (itemsSource props) without redrawing all the grid.
Actual, when the data change the grid is drew, so
it’s disturbing for user, especially if change happened when he have scrolled.