virtual
virtual copied to clipboard
🤖 Headless UI for Virtualizing Large Element Lists in JS/TS, React, Solid, Vue and Svelte
### Describe the bug In browser table rows are rendered as expected. In unit tests `useVirtualizer` returns an empty array from `rowVirtualizer.getVirtualItems()`. The bug is introduce with changes introduced by...
### Describe the bug When I scroll down in table around 20 rows is looking fine, but after that border of row will be display wrong position and then it...
### Describe the bug The page is not started at the top when navigating to a page that uses `@tanstack/virtual >= v3.0.0-beta.61`. It looks like this commit is the problem:...
### Describe the bug When trying to render a large list of items (1 million row for example) then scroll to the last item in the list, only 958.697 rows...
Adding same change as on https://github.com/TanStack/virtual/blob/main/packages/virtual-core/src/index.ts#L295 to ensure the ResizeObserver API is available. It fails in the JSDOM otherwise unless having the polyfill set up.
### Describe the bug When using a react-table together with vritualizer and a sticky header the sticky header disappears when scrolling. This is due to the fact that when combining...
### Describe the bug Facing the below error while trying to import in a svelte-kit project written in typescript. I installed svelte-virtual using pnpm. Please help. 22:26:53 [vite] Error when...
### Describe the bug I am rendering a long list of content using useWindowVirtualizer. Each list can be shown in full screen mode by clicking a button using domElement.requestFullscreen(). When...
### Describe the bug Currently, running `npm install react-virtual` on a project with React 18 fails because of unresolved peer dependency. Duplicate of #568 to publish #278 on NPM -...
### Describe the bug The virtualizer's `scrollIntoView` method does not fully scroll an item into view at the end of the block if the scroll element's client size and offset...