Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep scroll position when adding new rows #171

Open
jjmaceda opened this issue Sep 13, 2019 · 0 comments
Open

Keep scroll position when adding new rows #171

jjmaceda opened this issue Sep 13, 2019 · 0 comments

Comments

@jjmaceda
Copy link

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

_orders.unshift('<li>new data</li>');
clusterized.update(_orders);

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant