virtua
virtua copied to clipboard
A zero-config, fast and small (~3kB) virtual list (and grid) component for React, Vue, Solid and Svelte.
**Describe the bug** I cannot get it to work in Nuxt (v3). I'm getting a "defineComponent is not defined" error for both of these two scenarios: 1. Registering the component...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/inokawa/virtua). ## Repository problems These problems occurred while...
fix #415 TODO support scroll from bottom usecase
close #347
close #315 wip
close #124 close #134 wip
However, in current architecture, we can't assign ResizeObserver and position to items without it.
**Describe the bug** If scroll reaches the very bottom position, it stays at the bottom when items are resized. It actually works and looks like expected behavior to me. However,...
> As far as I researched, Safari seems to have 2 tricky behavior (maybe a kind of bug?): > 1. Imperative scrollTop update during scrolling sometimes delays. For example, setting...
Vue Virtualizer doesn't have `item` prop yet but it would be possible to implement the feature. Currently I don't have time to do it, but contribution is welcome if anyone...