Update README.md

This commit is contained in:
Pavel Reznikov 2016-02-17 22:30:54 -08:00
commit a4540dc118

View file

@ -310,7 +310,7 @@ Update current cell height. This method rebuilds an internal CSS stylesheet. Not
call this method too often.
```javascript
grid.cellHeight(grid.cell_width() * 1.2);
grid.cellHeight(grid.cellWidth() * 1.2);
```
### cellWidth()