lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[Feat]: Make module height dynamic depending on embedded controls/visibility

Open ScottKemp opened this issue 2 months ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe. I use lots of modules, and some of my modules are dynamically sized either by tables that grow, or controls that have dymamic visibility. The issue is when embedded in an app, the module is a fixed height, disregarding what is going on with within the module. This really limits certain modules and what they can do dynamically, as well as creating alot of ugly whitespace for modules that aren't filled out by their controls.

Describe the solution you'd like Have an option "Dynamically Size" where the module is always the minimum size to fit all of its controls.

Describe alternatives you've considered CSS, But I could not get that to work.

Additional context

ScottKemp avatar Sep 14 '25 20:09 ScottKemp