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
Copy file name to clipboardExpand all lines: doc/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,8 @@ You need to add `noResize` and `noMove` attributes to completely lock the widget
153
153
-`resizeHandles` - widgets can have their own custom resize handles. For example 'e,w' will make that particular widget only resize east and west. See `resizable: {handles: string}` option
154
154
-`id`- (number | string) good for quick identification (for example in change event)
155
155
-`content` - (string) html content to be added when calling `grid.load()/addWidget()` as content inside the item
156
-
-`subGrid`: GridStackOptions - optional nested grid options and list of children
156
+
-`subGrid`?: GridStackOptions - optional nested grid options and list of children
157
+
-`subGridDynamic`?: boolean - enable/disable the creation of sub-grids on the fly by dragging items completely over others (nest) vs partially (push). Forces `DDDragOpt.pause=true` to accomplish that.
0 commit comments