I'm trying to use this library to create a resource schedule calendar, similar to FullCalendar resource scheduler. I can't figure out how to have a fixed container height based on the number of rows. I've tried setting both autoResize and verticalCompact to false, but this doesn't work. Any suggestions?
according to
you should be able to pass style={{height: 1000}} as prop to RGL.
You can technically do this via maxRows, but it's not quite complete yet and items can still be pushed beyond the boundary.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 7 days
Most helpful comment
You can technically do this via
maxRows, but it's not quite complete yet and items can still be pushed beyond the boundary.