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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ gridstack.js API
93
93
-`column` - Integer > 0 (default 12) which can change on the fly with `column(N)` API, or `'auto'` for nested grids to size themselves to the parent grid container (to make sub-items are the same size). See [column](http://gridstackjs.com/demo/column.html) and [nested](http://gridstackjs.com/demo/nested.html)
94
94
-`class`?: string - additional class on top of '.grid-stack' (which is required for our CSS) to differentiate this instance
95
95
-`disableDrag` - disallows dragging of widgets (default: `false`).
96
-
-`disableOneColumnMode` - disables the onColumnMode when the grid width is less than minW (default: 'false')
96
+
-`disableOneColumnMode` - disables the oneColumnMode when the grid width is less than minW (default: 'false')
97
97
-`disableResize` - disallows resizing of widgets (default: `false`).
98
98
-`dragIn` - specify the class of items that can be dragged into grids
0 commit comments