Skip to content

Commit 3b91708

Browse files
authored
Merge pull request #1 from 3m1n3nc3/master
Update README.md
2 parents 2c18374 + bcfe0c1 commit 3b91708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ gridstack.js API
115115
- `marginLeft`: numberOrString
116116
- `maxRow` - maximum rows amount. Default is `0` which means no max.
117117
- `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`)
119119
- `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`)
120120
- `placeholderClass` - class for placeholder (default: `'grid-stack-placeholder'`)
121121
- `placeholderText` - placeholder default content (default: `''`)

0 commit comments

Comments
 (0)