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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ gridstack.js API
89
89
-`maxRow` - maximum rows amount. Default is `0` which means no maximum rows
90
90
-`minWidth` - minimal width. If window width is less than or equal to, grid will be shown in one-column mode (default: `768`)
91
91
-`oneColumnModeClass` - class set on grid when in one column mode (default: 'grid-stack-one-column-mode')
92
+
-`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`)
92
93
-`placeholderClass` - class for placeholder (default: `'grid-stack-placeholder'`)
0 commit comments