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

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

In the `next` branch, the index passed to the slot is from the non-reactive field: https://github.com/Akryum/vue-virtual-scroller/blob/a6e07da79af0165a62fc6fc9bfb8ca08631b25ef/packages/vue-virtual-scroller/src/components/RecycleScroller.vue#L37 I'm seeing that my index-based view widget shows stale element, and I'm assuming that...

feature-request

It's currently taking me 5+ minutes to load a list of around 6.5k items. ``` {{ item.name }} ``` The network request to retrieve the data is currently taking 8s...

question

Is it possible to keep the scroll position when adding a row at the top of the virtual scroller? I believe this should be default behavior. I've tried calculating the...

question

environment: electron: 12.0.14 vue2 Operating system: win10 Problem phenomenon: After using RecycleScroller to set a fixed height for each item, about 1px of the bottom of some items is not...

bug

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

I am using Vue3/@next version of this library. I am loading 10K objects which may change size based on a specific value called 'expanded' and I also have an Expand/Collapse...

Hello! We are using your package at Crisp and recently we started to migrate our project to Vue 3 using @vue/compat. During the migration process, we discovered that DynamicScrollerItem is...

Normal view is such first item in the list is shown on top, then second below, etc. When scrolling down, the new elements appear below. Is it possible to do...

question