How to virtualize columns in react table

7.8k views Asked by At

We have use case to render more than 1000 columns with 100 rows (max). Now we need to virtualize column wise instead of row wise.

Is there is anyway to achieve it in react-table?

1

There are 1 answers

0
Rohit Garg On

Use react-virtual, it will provide both horizontal & vertical virtualization and is pretty good. I don't have any example ready else would have shared that.

Ref - https://github.com/tannerlinsley/react-virtual