-
#### Feature
When the Tree component loads, a node may have been previously selected, in which case we scroll to make sure the node is visible in the tree. If the selected node has not been rendered …
-
### 🙋 Documentation Request
I'm currently building a file explorer and would like to use a virtualized tree structure. However, I'm unsure how to implement scrolling to a specific item. Could someone…
-
-
I'm using Dockerized AnythingLLM. When I mouse over things like the edit/copy buttons, send new messages, or save edits, AnythingLLM freezes and slows down for something like half a minute. It doesn't…
-
### NextUI Version
"@nextui-org/autocomplete": "^2.0.9"
### Describe the bug
The Autocomplete component's documentation mentions support for virtualized scrolling for performance with long lists. H…
-
### Summary 💡
Since there was a lot of improvement for scrolling wouldn't it be possible to explore the option to have virtualized columns if rows have height set to 'auto' ? Currently its [disable…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When placing the Virtualize into a horizontally scrollable container it breaks and only ever …
-
### The Problem
Sometimes it's costly to get total count if all items causing virtualized scrolling slow.
Othertimes it's a poor UX to have very long list (even virtualized)
### Scenarios
…
-
If you use a virtualizedList inside a virtualizedList, only one or the other will scroll.
example)
```
(
{({ item }) => (
)}
)}
itemSize={s…
-
### Description (include screenshots)
Allow to create Combobox with virtualized list.
`fluentui` already supports it, but as separate component -> https://developer.microsoft.com/en-us/fluentui#/con…