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)
I'm looking for an example where the window is the scrolling element (using useWindowVirtualizer)
An example showing how to implement Table. in React using TanStack Virtual.