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 [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Ref https://github.com/Akryum/vue-resize/issues/314 If vue-reize PR https://github.com/Akryum/vue-resize/pull/315 is merged then please bump version used by this package...

hi,I want to render a long list of mixed content(images and text), and the height of the picture is uncertain. I have a problem: when there are many pictures, it...

Why is it not possible to work with the scroll position of a virtual list in this library? I need to programmatically set scrollTop to a virtual list. The option...

Hi, I was having issues with vue-virtual-scroller with items not showing up properly. I was trying a lot of different things to figure out what was going wrong, then eventually...

When there is no scroll bar in my scroll box, the scrolltoitem setting scroll offset does not take effect. I think the recyclescroller uses transform to scroll to a fixed...

I was running into issues where scrolling to an item index meant the item was not fully in the user's view (element was cut off). Updated `vue-virtual-scroller.esm.js ` below; not...

Optimization is checking if scroll diff is larger than item size, but scroll start is clamped to 0 when it goes above the fold which will prevent rendering new items...