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 @@ -77,7 +77,7 @@ gridstack.js API
7777- ` height ` - maximum rows amount. Default is ` 0 ` which means no maximum rows
7878- ` float ` - enable floating widgets (default: ` false ` ) See [ example] ( http://troolee.github.io/gridstack.js/demo/float.html )
7979- ` itemClass ` - widget class (default: ` 'grid-stack-item' ` )
80- - ` minWidth ` - minimal width. If window width is less, grid will be shown in one-column mode (default: ` 768 ` )
80+ - ` minWidth ` - minimal width. If window width is less than or equal to , grid will be shown in one-column mode (default: ` 768 ` )
8181- ` disableOneColumnMode ` - disables the onColumnMode when the window width is less than minWidth (default: 'false')
8282- ` oneColumnModeClass ` - class set on grid when in one column mode (default: 'grid-stack-one-column-mode')
8383- ` placeholderClass ` - class for placeholder (default: ` 'grid-stack-placeholder' ` )
You can’t perform that action at this time.
0 commit comments