You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if am let say in the middle of the list, the list gets pushed down because of the new element, the problem is that in my use case I can be interacting with a row at that moment and the row gets pushed down
thanks for any help!
The text was updated successfully, but these errors were encountered:
Hi, I wonder if is possible, cause at least is not working for me, to keep the scroll position when adding new rows to the data?
Basically I'm adding and removing elements from the array am using to update clusterized, so when
if am let say in the middle of the list, the list gets pushed down because of the new element, the problem is that in my use case I can be interacting with a row at that moment and the row gets pushed down
thanks for any help!
The text was updated successfully, but these errors were encountered: