Unable to set the height dynamically to the content displayed inside of it
See original GitHub issueThis is basically the most perfect grid library on the human planet, but made unusable for me because the height isn’t EASILY (important nuance) dynamic/adjustable to the content inside it.
I tried several different solutions listed from other issues but to no avail. The adjustable widthProvider and/or SizeMe library doesn’t do anything useful as the parent component (react-grid-layout) its height is still “hardcoded”, it just displays what height value it is and nothing more.
I also don’t understand why there’s a minH/maxH, if you are required to enter a static h value anyways, rendering these values useless?
I’m not after complex/custom solutions for a simple height adjustment. If there’s no simple solution I’m dropping this library only for this reason.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:9
- Comments:5

Top Related StackOverflow Question
Any inputs on this? This is a valid issue
Same problem