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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ v10.x supports a much richer responsive behavior, you can have breakpoints of wi
149
149
-`cancel`?: string - prevents dragging from starting on specified elements, listed as comma separated selectors (eg: '.no-drag'). default built in is 'input,textarea,button,select,option'
150
150
151
151
### DDDragInOpt extends DDDragOpt
152
-
-`helper`?: 'clone' | ((event: Event) => HTMLElement) - helper function when dropping (ex: 'clone' or your own method)
152
+
-`helper`?: 'clone' | ((event: Event) => HTMLElement) - helper function when dropping (ex: 'clone' or your own method)
153
153
154
154
## Grid attributes
155
155
@@ -334,7 +334,7 @@ let grids = GridStack.initAll();
* call to create a grid with the given options, including loading any children from JSON structure. This will call `GridStack.init()`, then `grid.load()` on any passed children (recursively). Great alternative to calling `init()` if you want entire grid to come from JSON serialized data, including options.
340
340
*@param parent HTML element parent to the grid
@@ -385,7 +385,7 @@ re-layout grid items to reclaim any empty space. Options are:
385
385
-`'compact'` might re-order items to fill any empty space
386
386
387
387
-`doSort` - `false` to let you do your own sorting ahead in case you need to control a different order. (default to sort)
Make sure that the subgrid is inside of a grid item. It is important to remember that subgrids are themselves grid items capable of containing other grid items.
0 commit comments