Dragos
Dragos
I used these as inspiration to implement it: https://kirbysayshi.com/2013/08/19/maintaining-scroll-position-knockoutjs-list.html https://codesandbox.io/s/silly-greider-j0p8e?file=/src/components/HelloWorld.vue:1316-1324 Maybe they will still be usefull for somebody
do you know a virtual scroller that works well for vue2 and would fit well with the project ? I know about this one https://github.com/tangbc/vue-virtual-scroll-list , it's pretty good for...
Thank you very much. I will give it a try soon.
I am having a similar scroll problem. When I render the list first time and call this.$refs.dynamicScrollerRef.scrollToBottom(). It firstly renders the scroll at top and them scrolls to bottom instead...
I don't intend to use another library. Could you isolate the code that should fix the scrolling problem ?