How to update data in layer instead of replace data in layer? #5232
-
How can I update or append new data to layers instead of replacing everything that has changed? setProps({layers:newlayer}) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Ill try it out |
Beta Was this translation helpful? Give feedback.
-
for _dataDiff in the index do I need to know which index to update before hand?
|
Beta Was this translation helpful? Give feedback.
I used Handle incremental data loading