virtual
virtual copied to clipboard
🤖 Headless UI for Virtualizing Large Element Lists in JS/TS, React, Solid, Vue and Svelte
### Describe the bug I have a feed of dynamic items, like iframes, photos, and text. When I scroll downward, everything works great and the scrolling is smooth, as measured...
### Describe the bug UI doesn't update when changing the ```count``` signal passed as a parameter to ```virtualizer``` ### Your minimal, reproducible example https://codesandbox.io/p/devbox/solidjs-tanstack-virtual-forked-67sdkh?file=%2Fsrc%2FApp.tsx%3A14%2C6&workspaceId=2c68d57c-2197-4b47-923d-3e4f5f971951 ### Steps to reproduce Change the...
### Describe the bug Visiting [this repository's site](https://tanstack.com/virtual/latest), the playground seems to be trying to access the non-existent `/examples/react/simple`:  ### Your minimal, reproducible example https://tanstack.com/virtual/latest ### Steps to reproduce...
### Describe the bug On Re-Render the number returned by virtualizer.getVirtualItems() is different than the number provided during initialisation of the virtualiser. #### Initialising Virtualiser ``` const count = props.attributeGroups.length;...
### Describe the bug I'm using @tanstack/svelte-virtual. With masonry type grids total size (`.getTotalSize()`) seems to be based on all other row heights + the height of the shortest item...
### Describe the bug Cannot scroll up in vue dynamic example ### Your minimal, reproducible example https://codesandbox.io/p/sandbox/github/tanstack/virtual/tree/beta/examples/vue/dynamic?embed=1 ### Steps to reproduce 1. Scroll down 2. Try to scroll up ###...
This PR adds the listed examples for solidjs: - [x] Fixed - [x] Variable - [x] Dynamic - [x] Sticky - [x] Infinite Scroll - [x] Smooth Scroll - [x]...
### Describe the bug When implementing expandable rows in a virtualized table, toggling an expandable row will immediately cause the table to scroll to top regardless of where the the...
### Describe the bug flushSync warning when calling useVirtualizer with initialOffset greater than available scroll. ### Your minimal, reproducible example https://codesandbox.io/p/devbox/virtualizer-repro-lk332q?file=%2Fsrc%2FApp.tsx ### Steps to reproduce 1. use useVirtualizer with initialOffset...
### Describe the bug In case of many lanes defined and items having the same size, items might be ordered in weird way as they are sorted only by size....