File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 54
54
- ` auto ` - if ` false ` it tells to do not initialize existing items (default: true)
55
55
- ` cell_height ` - one cell height (default: 60)
56
56
- ` handle ` - draggable handle selector (default: '.grid-stack-item-content')
57
+ - ` height ` - maximum rows amount. Default is ` 0 ` which means no maximum rows
57
58
- ` float ` - enable floating widgets (default: false)
58
59
- ` item_class ` - widget class (default: 'grid-stack-item')
59
60
- ` min_width ` - minimal width. If window width is less grid will be shown in one-column mode (default: 768)
64
65
## Grid attributes
65
66
66
67
- ` data-gs-width ` - amount of columns
68
+ - ` data-gs-height ` - maximum rows amount. Default is ` 0 ` which means no maximum rows.
67
69
68
70
## Item attributes
69
71
@@ -261,6 +263,7 @@ Changes
261
263
262
264
#### v0.1.1 (development version)
263
265
266
+ - add ` height ` option
264
267
- auto-generate css rules (widgets ` height ` and ` top ` )
265
268
- add ` GridStackUI.Utils.sort ` utility function
266
269
- add ` remove_all ` API method
@@ -269,6 +272,7 @@ Changes
269
272
- add ` data-gs-no-move ` attribute
270
273
- add ` float ` option
271
274
- fix default css rule for inner content
275
+ - minor fixes
272
276
273
277
#### v0.1.0 (2014-11-18)
274
278
You can’t perform that action at this time.
0 commit comments