File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ gridstack.js API
7070 - ` 'auto' ` - height will be calculated from cell width.
7171- ` disableDrag ` - disallows dragging of widgets (default: ` false ` ).
7272- ` disableResize ` - disallows resizing of widgets (default: ` false ` ).
73- - ` draggable ` - allows to override jQuery UI draggable options. (default: ` {handle: '.grid-stack-item-content', scroll: true , appendTo: 'body'} ` )
73+ - ` draggable ` - allows to override jQuery UI draggable options. (default: ` {handle: '.grid-stack-item-content', scroll: false , appendTo: 'body'} ` )
7474- ` handle ` - draggable handle selector (default: ` '.grid-stack-item-content' ` )
7575- ` handleClass ` - draggable handle class (e.g. ` 'grid-stack-item-content' ` ). If set ` handle ` is ignored (default: ` null ` )
7676- ` height ` - maximum rows amount. Default is ` 0 ` which means no maximum rows
You can’t perform that action at this time.
0 commit comments