react-query-questions
solid-query-questions
table-questions
virtual-questions
router-questions
react-charts-questions
ranger-questions
vue-query-questions
svelte-query-questions
bling-questions
form-questions
angular-query-questions
start-questions
db-questions
start-showcase
router-showcase
📣-announcements
Table data does not update when using virtualization
Re-render issue: Masonry Grid implementation in Next.js
Virtualized Table border issue
How to create a Virtualized Pivot Table?
Problems with jank in firefox
overflow-anchor: none
didn't help.
Below is the most relevant portion of the code. I was using top
for positioning for other reasons, but I have the same problem whether using top
or transform
.
```jsx...How to update the created virtualizer instead of creating a new one every time an option is changed?
cant find DynamicList with List Example

Are there any plans for supporting React Native?
virtual-core doesn't load in browser due to expecting process.env.NODE_ENV
TanStack Virtual ResizeObserver bug

Creating a placeholder
Trying to wrap my head around dynamically inserting elements in table
useVirtualizer
and I'm still trying to wrap my head around how everything fits together.
I'm working on a custom hook that extends useVirtualizer
to support a table of expansible/collapsible rows (<tr>
). Each <tr>
has an onClick
handler either passed directly to it or to a child element that causes additional sibling rows to render. I managed to make it work where each "parent" row can have a single child by manually measuring the child and adding that height to the parent. Each parent row is positioned with translateY(virtualItem.start)
and children with translateY(virtualItem.end - parentHeights[virtualItem.index])
.
This works for a single additional row, but would've gotten unwieldy fast as I wanted to support n
child rows. For reference, this is the component I'm working on, and this is the virtualized version of the regular table component, without expand/collapse....Preserve cells alignment after adding virtualization to shadcn data table.

Virtualized list not rendering options

Initialize the Virtualizer with an initial scroll to index
Vue 3 SSR issues

Adding new items to virtual list shows wrong content visually.
Virtual + framer-motion
Implementing Tan Stack virtualizer with Flowbite table.
