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
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ gridstack.js API
115
115
-`marginLeft`: numberOrString
116
116
-`maxRow` - maximum rows amount. Default is `0` which means no max.
117
117
-`minRow` - minimum rows amount which is handy to prevent grid from collapsing when empty. Default is `0`. You can also do this with `min-height` CSS attribute on the grid div in pixels, which will round to the closest row.
118
-
-`minW` - minimal width. If grid width is less than or equal to, grid will be shown in one-column mode (default: `768`)
118
+
-`oneColumnSize` - minimal width. If grid width is less than or equal to, grid will be shown in one-column mode (default: `768`)
119
119
-`oneColumnModeDomSort` - set to `true` if you want oneColumnMode to use the DOM order and ignore x,y from normal multi column layouts during sorting. This enables you to have custom 1 column layout that differ from the rest. (default?: `false`)
120
120
-`placeholderClass` - class for placeholder (default: `'grid-stack-placeholder'`)
0 commit comments