Looking for example of Table and useWindowVirtualizer
Tanstack has this example: https://tanstack.com/virtual/v3/docs/framework/react/examples/table. It's a fixed height table with a scrollbar on its parent container.
I'm looking for an example where the window is the scrolling element (using useWindowVirtualizer)
React TanStack Virtual Table. Example | TanStack Virtual Docs
An example showing how to implement Table. in React using TanStack Virtual.
0 Replies