-
Notifications
You must be signed in to change notification settings - Fork 271
Open
@ScottKemp
Description
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
Metadata
Metadata
Assignees
Type
Projects
Status
📋 Backlog