Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1943e21

Browse files
fix docs onColumnMode -> oneColumnMode
1 parent bc08928 commit 1943e21

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
@@ -93,7 +93,7 @@ gridstack.js API
9393
- `column` - Integer > 0 (default 12) which can change on the fly with `column(N)` API, or `'auto'` for nested grids to size themselves to the parent grid container (to make sub-items are the same size). See [column](http://gridstackjs.com/demo/column.html) and [nested](http://gridstackjs.com/demo/nested.html)
9494
- `class`?: string - additional class on top of '.grid-stack' (which is required for our CSS) to differentiate this instance
9595
- `disableDrag` - disallows dragging of widgets (default: `false`).
96-
- `disableOneColumnMode` - disables the onColumnMode when the grid width is less than minW (default: 'false')
96+
- `disableOneColumnMode` - disables the oneColumnMode when the grid width is less than minW (default: 'false')
9797
- `disableResize` - disallows resizing of widgets (default: `false`).
9898
- `dragIn` - specify the class of items that can be dragged into grids
9999
* example: `dragIn: '.newWidget'`.

0 commit comments

Comments
 (0)