Description
In the generated app, some grid instances are rendered without an explicit height. Because of this, those grids appear too small and do not display as expected.
Grids requires an explicit height for proper rendering. When height is not set, the grid falls back to a minimal calculated height rather than expanding like other table components. This leads to inconsistent results across views, especially when some grids have height defined and others do not.
Proposed Solution
Ensure all generated grid instances include an explicit height value. The generation flow should apply a consistent default height, or otherwise set a deliberate height based on the surrounding layout, so all grid sections render correctly and consistently.
Description
In the generated app, some grid instances are rendered without an explicit height. Because of this, those grids appear too small and do not display as expected.
Grids requires an explicit height for proper rendering. When height is not set, the grid falls back to a minimal calculated height rather than expanding like other table components. This leads to inconsistent results across views, especially when some grids have height defined and others do not.
Proposed Solution
Ensure all generated grid instances include an explicit height value. The generation flow should apply a consistent default height, or otherwise set a deliberate height based on the surrounding layout, so all grid sections render correctly and consistently.