bvaughn / react-window

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

Can react-window use with grid layout from @mui ? #682

Open jfortez opened 1 year ago

jfortez commented 1 year ago

Hello, I have been using the react-window component to virtualize lists, but I also want to use it with the Material-UI Grid Layout component, I can't find a way to use it inside or outside the FixedSizeList component, do you have any ideas or suggestions on how to do it? it's? reason? to create forms with >100 fields, since when making a map, it tends to render slowly.

jfortez commented 1 year ago

I try using InnerElementType to make it, but i have a problem with the view

sample: https://codesandbox.io/s/sparkling-wood-ud8jxt?file=/src/components/Virtual.jsx

some elements cannot be seen