virtual
virtual copied to clipboard
🤖 Headless UI for Virtualizing Large Element Lists in JS/TS, React, Solid, Vue and Svelte
Simple Example using lanes I have looking on how do this for my products cards, but the examples did not contain anything about lanes, I think this will be helpful,...
### Describe the bug I was having problems with my Lit virtualizer stuttering when scrolling back up through a dynamic list and couldn't understand why the example worked, but mine...
### Describe the bug The virtual list is not updated after setting the count option ### Your minimal, reproducible example https://svelte.dev/playground/61de6ef02eee43088d2ee0482cbe21d3?version=5.25.3 ### Steps to reproduce given a scroll area larger...
## summary 1. the condition `opts.key && opts.debug?.()` was repeated multiple times, so I assigned it to a variable for reuse. 2. for the `const depsChanged = ...` expression, i...
### Describe the bug Scrolling does not work correctly. I thought the problem was with the position: sticky table header, but no. ### Your minimal, reproducible example https://codesandbox.io/p/devbox/mystifying-dew-t5nd7v?workspaceId=ws_G2EwNr8rBvsbnPfjfHKzRb ### Steps...
### Describe the bug ``` ``` results in: ``` Type 'Key' is not assignable to type 'Key | null | undefined'. Type 'bigint' is not assignable to type 'Key |...
### Describe the bug I want to display the table in the dropdown。 I used the antd UI library But they had a problem ### Your minimal, reproducible example https://codesandbox.io/p/devbox/infallible-smoke-8tc6d6?file=%2Fsrc%2Fmain.tsx%3A104%2C32...
### Describe the bug If two headings are immediately following eachother, the second heading is rendered on the same line as the first. This is visible [on the Virtualizer page](https://tanstack.com/virtual/latest/docs/api/virtualizer),...
### Describe the bug When scrolling to the bottom of the list of dynamically sized rows and going back up, the scrolling view gets stuck and jumps back to the...
### Describe the bug After scrolling with `behavior: "smooth"` I get the warning: `The smooth scroll behavior is not fully supported with dynamic size. Error Component Stack` What does "not...