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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,18 +71,18 @@ gridstack.js API
71
71
* a string (ex: '10em', '100px', '10rem')
72
72
* 0 or null, in which case the library will not generate styles for rows. Everything must be defined in CSS files.
73
73
*`'auto'` - height will be calculated from cell width.
74
+
-`column` - amount of columns (default: `12`)
74
75
-`ddPlugin` - class that implement drag'n'drop functionallity for gridstack. If `false` grid will be static. (default: `null` - first available plugin will be used)
75
76
-`disableDrag` - disallows dragging of widgets (default: `false`).
77
+
-`disableOneColumnMode` - disables the onColumnMode when the window width is less than minWidth (default: 'false')
76
78
-`disableResize` - disallows resizing of widgets (default: `false`).
0 commit comments