File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 5454- ` auto ` - if ` false ` it tells to do not initialize existing items (default: true)
5555- ` cell_height ` - one cell height (default: 60)
5656- ` handle ` - draggable handle selector (default: '.grid-stack-item-content')
57+ - ` height ` - maximum rows amount. Default is ` 0 ` which means no maximum rows
5758- ` float ` - enable floating widgets (default: false)
5859- ` item_class ` - widget class (default: 'grid-stack-item')
5960- ` min_width ` - minimal width. If window width is less grid will be shown in one-column mode (default: 768)
6465## Grid attributes
6566
6667 - ` data-gs-width ` - amount of columns
68+ - ` data-gs-height ` - maximum rows amount. Default is ` 0 ` which means no maximum rows.
6769
6870## Item attributes
6971
@@ -261,6 +263,7 @@ Changes
261263
262264#### v0.1.1 (development version)
263265
266+ - add ` height ` option
264267- auto-generate css rules (widgets ` height ` and ` top ` )
265268- add ` GridStackUI.Utils.sort ` utility function
266269- add ` remove_all ` API method
@@ -269,6 +272,7 @@ Changes
269272- add ` data-gs-no-move ` attribute
270273- add ` float ` option
271274- fix default css rule for inner content
275+ - minor fixes
272276
273277#### v0.1.0 (2014-11-18)
274278
You can’t perform that action at this time.
0 commit comments