bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.91k stars 787 forks source link

Implementing Multiple-column layout using react-window #616

Closed msa-ali closed 2 months ago

msa-ali commented 2 years ago

Hi there. Thank you very much for such a great library. I have a small query regarding the implementation of my usecase using react-window.

I have a use case of the vertically flowing grid where new columns are generated whenever required depending on the data with a predefined fixed number of rows ( no verticle scrolling). How can I achieve this layout using react-window.

Thank you in advance.