Skip to content

Commit e90c6af

Browse files
author
Alain Dumesny
committed
doc update
1 parent 17d4105 commit e90c6af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ gridstack.js API
8989
- `maxRow` - maximum rows amount. Default is `0` which means no maximum rows
9090
- `minWidth` - minimal width. If window width is less than or equal to, grid will be shown in one-column mode (default: `768`)
9191
- `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`)
9293
- `placeholderClass` - class for placeholder (default: `'grid-stack-placeholder'`)
9394
- `placeholderText` - placeholder default content (default: `''`)
9495
- `resizable` - allows to override jQuery UI resizable options. (default: `{autoHide: true, handles: 'se'}`)

0 commit comments

Comments
 (0)