File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,14 +118,14 @@ $(function () {
118
118
- ` animate ` - turns animation on (default: ` false ` )
119
119
- ` auto ` - if ` false ` it tells to do not initialize existing items (default: ` true ` )
120
120
- ` cell_height ` - one cell height (default: ` 60 ` )
121
- - ` draggable ` - allows to owerride jQuery UI draggable options. (default: ` {handle: '.grid-stack-item-content', scroll: true, appendTo: 'body'} ` )
121
+ - ` draggable ` - allows to override jQuery UI draggable options. (default: ` {handle: '.grid-stack-item-content', scroll: true, appendTo: 'body'} ` )
122
122
- ` handle ` - draggable handle selector (default: ` '.grid-stack-item-content' ` )
123
123
- ` height ` - maximum rows amount. Default is ` 0 ` which means no maximum rows
124
124
- ` float ` - enable floating widgets (default: ` false ` ) See [ example] ( http://troolee.github.io/gridstack.js/demo/float.html )
125
125
- ` item_class ` - widget class (default: ` 'grid-stack-item' ` )
126
126
- ` min_width ` - minimal width. If window width is less grid will be shown in one-column mode (default: ` 768 ` )
127
127
- ` placeholder_class ` - class for placeholder (default: ` 'grid-stack-placeholder' ` )
128
- - ` resizable ` - allows to owerride jQuery UI resizable options. (default: ` {autoHide: true, handles: 'se'} ` )
128
+ - ` resizable ` - allows to override jQuery UI resizable options. (default: ` {autoHide: true, handles: 'se'} ` )
129
129
- ` vertical_margin ` - vertical gap size (default: ` 20 ` )
130
130
- ` width ` - amount of columns (default: ` 12 ` )
131
131
You can’t perform that action at this time.
0 commit comments