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

### Describe the bug Tanstack virtual docs search is broken ### Your minimal, reproducible example - ### Steps to reproduce Steps: - go to https://tanstack.com/virtual/latest/docs/introduction - try to search something...

### Describe the bug I need to implement virtual list in vanilla js. I used this approach: ``` import { Virtualizer } from 'https://cdn.jsdelivr.net/npm/@tanstack/[email protected]/+esm'; // other code... // Initialize the...

### Describe the bug I am using useWindowVirtualizer along with auto-loading new items once the user reaches the bottom of the page. I do this by comparing if `virtualItems[virtualItems.length -...

### Describe the bug The examples sections doesn't load, it seems like stackblitz doesn't support Firefox. ### Your minimal, reproducible example Stackblitz ### Steps to reproduce 1. open doc page...

### Describe the bug Tanstack Virtual with WindowVirtualizer freezes when selecting any child of the virtualized list in the Components tab of React Devtools. Only full page refresh restores the...

### Describe the bug We are using react-datasheet-grid (https://github.com/nick-keller/react-datasheet-grid), it is using @tanstack/react-virtual , We are getting below error , we see we are getting this on upgrade of @tanstack/react-virtual...

### Describe the bug When virtualizing rows in @tanstack/table, if you add styles for the first row(:first-child) that change the height of the row and start scrolling, the calculation breaks...

## Summary Added an example that uses maxPages in useInfiniteQuery to save memory, fetch data in both directions, and achieve virtualization. ## Preview https://codesandbox.io/p/sandbox/two-way-infinite-scroll-sycdfz

### Describe the bug Sorry for the drive by issue…  We ran into a problem with react 19 today that was a pita to track down. So dropping it here...