How to create a Virtualized Pivot Table?
I want to create a pivot table like this https://js.devexpress.com/React/Demos/WidgetsGallery/Demo/PivotGrid/VirtualScrolling/MaterialBlueLight/ using tanstack.
There are row/column headers and cells. Row/column headers are virtualized vertically/horizontally, and cells are virtualized in both directions.
I'm aware of the grid example in https://tanstack.com/virtual/latest/docs/framework/react/examples/fixed
But there are no headers in this example. A tricky part is to stay all 3 of them synced in position.
Some pointers/ideas would be appreciated!
TanStack | High Quality Open-Source Software for Web Developers
Headless, type-safe, powerful utilities for complex workflows like Data Management, Data Visualization, Charts, Tables, and UI Components.

1 Reply
rare-sapphireOP•10mo ago
Resolved by using this