File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ gridstack.js API
8080- ` auto ` - if ` false ` gridstack will not initialize existing items (default: ` true ` )
8181- ` cellHeight ` - one cell height (default?: 'auto'). Can be:
8282 * an integer (px)
83- * a string (ex: '100px', '10em', '10rem'). Note: % doesn't right - see demo/cell-height.html
83+ * a string (ex: '100px', '10em', '10rem'). Note: % doesn't right - see [ CellHeight ] ( http://gridstackjs.com/ demo/cell-height.html)
8484 * 0, in which case the library will not generate styles for rows. Everything must be defined in your own CSS files.
8585 * ` auto ` - height will be calculated for square cells (width / column) and updated live as you resize the window - also see ` cellHeightThrottle `
8686 * ` initial ` - similar to 'auto' (start at square cells) but stay that size during window resizing.
You can’t perform that action at this time.
0 commit comments