dynamic number of columns in a grid
Hey,
Is there a way have a flex / flex wrap layout in a sort of dynamic grid view using react-virtual?
I have a number of thumbnails which i want to display is a grid and as i resize, id like to have the number of columns be dynamic to the width.
so far i see a way to only hard set the number of columns.
Also I'd only need to have row based virtualization.
Many thanks
0 Replies