Hi,
I have a large tree (thousands of nodes fully opened) inside a div with vertical scroll bar, which I'm updating when new data comes from server. While the refresh speed in acceptable, what happens is that the scroll position goes to top upon refresh, which is somewhat annoying if you're browsing a large tree.
My plan would be to tackle this with partial updates, but would there be a simpler way?
Best regars,
Santeri