Skip to content

Commit a7b4895

Browse files
authored
Merge pull request #1988 from shibisuriya/shibi-patch
Updated hyperlink in API doc for cellHeight
2 parents 68be754 + bc849d5 commit a7b4895

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
@@ -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.

0 commit comments

Comments
 (0)