vue-virtual-scroller
vue-virtual-scroller copied to clipboard
⚡️ Blazing fast scrolling for any amount of data
### Clear and concise description of the problem need code example like demo, especially for grid & waterfall (mansory) style ### Suggested solution need code example like demo, especially for...
### Describe the bug ```js // ../../../node_modules/vue-virtual-scroller/dist/vue-virtual-scroller.esm.js at line 659:27 const { $el: el, direction } = this; const isVertical = direction === 'vertical'; let scrollState; if (this.pageMode) { const...
### Clear and concise description of the problem We have data which for few reasons has all of its field in arrays like this: ```json [ { "id": ["12345"], "users":...
### Describe the bug When importing components directly (instead of using the plugin), I receive the following error: ``` Module '"vue-virtual-scroller"' has no exported member 'DynamicScroller'.ts(2305) Module '"vue-virtual-scroller"' has no...
When scroller updates and counting items pisition it becomes invalid so it's view translateY makes them to be positioned in wrong place.   As i understand the view's position...
Hi, I'm experiencing this random issue where the application has tabs to show content to user, the tabs are inside keep-alive tags in order to not constantly refresh them. Some...
### Describe the bug I have items, some with pictures, some without. When I scroll to the end of the list and then scroll to the top, I see bouncing...
### Describe the bug I am trying to use IdState in a virtual scrolling datatable I am building which has row selection, this seems like a perfect use case, but...
### Describe the bug I am currently using `DynamicScroller` and `DynamicScrollerItem` and they work flawless when I style the `DynamicSCrollerItem` with CSS. However, if the scroller item has a css...
#779