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 ## 🐛 Bug Report: “Maximum update depth exceeded” when inner using onChange with Virtualizer Package: @tanstack/react-virtual Version: (e.g. 3.x.x — please replace with your actual version)```js...

### Describe the bug Hello! The `scrollToIndex` method's behavior option has incomplete TypeScript types. According to the [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollTo#behavior), the native browser API supports three behavior values: - `"auto"` -...

## 🎯 Changes When calling `scrollToIndex` in a tight loop, it no longer retries scrolls for outdated indices. ## ✅ Checklist - [x] I have followed the steps listed in...

### Describe the bug The scroll thumb consistently has incredibly bad performance on large, dynamic lists. This is pretty pervasive in my platform which uses tanstack/virtual quite a lot. More...

### Describe the bug On the tanstack official website the example “React Example: Infinite Scroll“ didn't show "Nothing more to load" correctly. ### Your minimal, reproducible example https://tanstack.com/virtual/latest/docs/framework/react/examples/infinite-scroll?panel=sandbox ### Steps...

### Describe the bug Hello! I am trying to add list virtualization to a tanstack table. I followed the implementation example from https://github.com/TanStack/table/blob/main/examples/react/virtualized-rows/src/main.tsx. List virtualization is working great, but now...

### Describe the bug For at least make horizontal scroll visible for RTL ,i have to do below changes : - isRtl: true in virtualizer - dir="rtl" on scrollable container...

### Describe the bug There is a similar issue here: #1036 When using measureElement with useVirtualizer, changing the number of lanes dynamically causes the layout to break. In my case,...

### Describe the bug I'm using `useWindowVirtualizer` and noticing that on scroll, the list and each visible row re-render on every scroll tick. ### Your minimal, reproducible example https://stackblitz.com/edit/tanstack-virtual-rnakrfql?file=src%2Fmain.tsx ###...

In this PR, I'm updating almost all Svelte examples to use Svelte 5, based on [this finding](https://github.com/TanStack/virtual/issues/866#issuecomment-3093636390). The only exception is the table example, as I'm not yet familiar with...