Need a special offer?Find out if your project fits.
+

Coloumns flickers when there are continous update on pivot table.

Answered
kiran bangar asked on October 6, 2022

Hi,
We are inserting 3000 plus records in pivot table and then  realtime updates are passed to it through updateData() method with partial: true. It updates the pivot realtime. However it flickers when it receive continous updates, let say one row is sent and second row is sent very immediately and some more 100 rows to update realtime.
 
Also would like to ask is there any optimized way to do realtime updates with large datasets and some 200 request per seconds to update on pivot table, other than updateData() with partial: true flag.
One more thing if i only pass the field i need to update with id , it resets other fields to empty on update. Is extra fields updation is time consuming or it handles it internally in a better way .
 
Thanks in advance.

1 answer

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster October 12, 2022

Hello, Kiran!
 
Thank you for contacting us.
 
Is there any optimized way to do realtime updates with large datasets and some 200 request per seconds to update on pivot table?
We kindly suggest calling the updateData() less frequently, for example, once every 10 seconds.
 
If i only pass the field i need to update with id, it resets other fields to empty on update
Please note that the `id` refers to the whole record, not to only one field. And if the whole record is updated, all fields from this record should be explicitly specified.
 
Hope you will find our answer helpful.
 
Regards,
Solomiia

Please login or Register to Submit Answer