TanStackT
TanStack14mo ago
4 replies
embarrassing-maroon

Implement a virtualized tree structure

I'm implementing a pivot table. I want to use react-virtual to implement the virtualization of the pivot row/column headers. May I know how to achieve that? I wonder if I should use nested virtualization, or flatten the different rows in column headers and virtualize them separately.
Should I use tanstack-table if this is supported there already?
image.png
Was this page helpful?