vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

⚡️ Blazing fast scrolling for any amount of data

Results 221 vue-virtual-scroller issues
Sort by recently updated
recently updated
newest added
trafficstars

### 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...

docs

### 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...

help wanted

### 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":...

help wanted

### 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...

enhancement

When scroller updates and counting items pisition it becomes invalid so it's view translateY makes them to be positioned in wrong place. ![image](https://user-images.githubusercontent.com/29511426/56736622-5108b000-6771-11e9-981a-187df9a67f1a.png) ![image](https://user-images.githubusercontent.com/29511426/56736668-6e3d7e80-6771-11e9-90b5-dd2645d80e34.png) 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...

need-repro

### 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...

feature-request

### 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...

enhancement

### 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...

help wanted