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
-`staticGrid` - removes drag|drop|resize (default `false`). If `true` widgets are not movable/resizable by the user, but code can still move and oneColumnMode will still work. You can use the smaller gridstack-static.js lib. A CSS class `grid-stack-static` is also added to the container.
131
131
-`styleInHead` - if `true` will add style element to `<head>` otherwise will add it to element's parent node (default `false`).
132
132
133
-
### DDDragInOpt
133
+
### DDDragOpt
134
134
-`handle`?: string - class selector of items that can be dragged. default to '.grid-stack-item-content'
135
135
-`appendTo`?: string - default to 'body' (TODO: is this even used anymore ?)
136
136
-`pause`?: boolean | number - if set (true | msec), dragging placement (collision) will only happen after a pause by the user. Note: this is Global
0 commit comments