virtual icon indicating copy to clipboard operation
virtual copied to clipboard

🤖 Headless UI for Virtualizing Large Element Lists in JS/TS, React, Solid, Vue and Svelte

Results 144 virtual issues
Sort by recently updated
recently updated
newest added

Hi! I made a Vue adapter for virtual-core. Here is a stackblitz [demo](https://stackblitz.com/edit/vitejs-vite-kwvjgl?file=src/main.ts). I am wrapping the `Virtualizer` instance with a `shallowRef` and manually calling `triggerRef` on it to keep...

I couldn't find `createWindowVirtualizer` so I assumed it is meant to be updated. 🙂

### Describe the bug Building on the dynamic example, I added a timeout to update the height of rows. The element size updated but the positions did not. ### Your...

### Describe the bug Pretty much the title, thanks! ### Your minimal, reproducible example - ### Steps to reproduce `npm install @tanstack/react-virtual@latest` installs 3.0.0-alpha.0, while 3.0.0-beta.18 is expected ### Expected...

### Describe the bug Dynamic height ,There are two problems 1. For example, when I locate row 5000 and scroll up again, the problem of flickering。 2. when I locate...

### Describe the bug Scroll restoration doesn't work when using `useWindowVirtualizer`. I used `react-virtualized` and it works fine. ### Your minimal, reproducible example https://stackblitz.com/edit/next-typescript-pokptk-mucmhs?file=pages%2FanotherPage.tsx,pages%2Findex.tsx ### Steps to reproduce 1. scroll...

This solution works. However, this the approach taken to flush the cache is not perfect as the table moves around when running `measure`. The lack of idempotence shows that it...

We need it at here: https://github.com/TanStack/virtual/blob/beta/examples/react/sticky/src/main.tsx#L5

### Describe the bug All framework packages: - `react-virual` - `vue-virtual` - `svelte-virtual` - `solid-virtual` in v3 releases has hardcoded version "3.0.0" of `virtual-core` ### Your minimal, reproducible example https://github.com/TanStack/virtual/blob/v3.0.4/packages/react-virtual/package.json#L53...