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
-`dragOut` to let user drag nested grid items out of a parent or not (default false) See [example](http://gridstackjs.com/demo/nested.html)
103
103
-`engineClass` - the type of engine to create (so you can subclass) default to GridStackEngine
104
104
-`float` - enable floating widgets (default: `false`) See [example](http://gridstackjs.com/demo/float.html)
@@ -319,7 +319,7 @@ grids.forEach(...)
319
319
* call to setup dragging in from the outside (say toolbar), by specifying the class selection and options.
320
320
Called during `GridStack.init()` as options, but can also be called directly (last param are cached) in case the toolbar is dynamically create and needs to change later.
0 commit comments