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?
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?
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