You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** local (vs grid) override - see GridStackOptions.
325
325
* Note: This also allow you to set a maximum h value (but user changeable during normal resizing) to prevent unlimited content from taking too much space (get scrollbar) */
326
326
sizeToContent?: boolean|number;
327
+
/** local override of GridStack.resizeToContentParent that specify the class to use for the parent (actual) vs child (wanted) height */
328
+
resizeToContentParent?: string;
327
329
/** optional nested grid options and list of children, which then turns into actual instance at runtime to get options from */
0 commit comments