vue-virtual-scroller
vue-virtual-scroller copied to clipboard
⚡️ Blazing fast scrolling for any amount of data
When items are added to the beginning of the items array the scroller displays the first items rather than staying put
I am reading the source code of vue-virtual-scroller. I can't understand the usefulness and usage scenarios of the buffer, when do I need to set a larger buffer, and what...
Not sure how this is doing it under the covers but heres a video showing what I'm talking about.  Inside the `#before`...
After adding page-mode attribute, rendering the data on view is not working as expected. Without using page mode everything is working correctly.` {{ item.id }} {{ item.price }} `
items in my array are changed but the scroller wont show changes until something in the page is interacted with like a scroll or mouse movement. The array contains objects...
I'm subscribing to the `@update` event to load more data, when the scroller has reached the end. I would have expected that the event fires when the indices of the...
If I have a horizontal virtual scroller with (about 10_000) divs with different widths, is it possible to render the virtual scroller but at the scroll position of a certain...
this is testable by setting the `.notice` class to a 500px height on the dynamic scroller demo
scene: There is an item with a height of 10000px that goes off the screen. When scrolling the special item (10000px), the top item is blocked and you can see...
I want to add a margin top of .25rem and a margin bottom of .25rem. Before implementing vue-virtual-scroller, I was using my-1 (bootstrap 4). After implementing the library, I added...