AutoSize + react-window: how to dynamically resize each row within my table?
I’m using AutoSizer with react-window
, which works fine on the general list component, but I’m not sure what the best way is to get each row to dynamically set the height. My current setup doesn’t work well to create consistent padding across my rows.