Closed hjzlzh123 closed 3 years ago
Hi @evant :
Whether it supports refreshing data and keeping it in the original display position? When new data arrives, it is processed as "clear" and then "added," resulting in a change in the scrolling position. How can i resolve it.
This is handled by diffUtil, check out docs to how to implement it correctly.
Oh, thanks, I didn't notice this in the document.
Hi @evant :
Whether it supports refreshing data and keeping it in the original display position? When new data arrives, it is processed as "clear" and then "added," resulting in a change in the scrolling position. How can i resolve it.