You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[willItFit(x, y, width, height, autoPosition)](#willitfitx-y-width-height-autoposition)
54
55
-[Utils](#utils)
@@ -251,9 +252,9 @@ Initializes batch updates. You will see no changes until `commit` method is call
251
252
252
253
Gets current cell height.
253
254
254
-
### cellHeight(val)
255
+
### cellHeight(val, noUpdate)
255
256
256
-
Update current cell height. This method rebuilds an internal CSS stylesheet. Note: You can expect performance issues if
257
+
Update current cell height. This method rebuilds an internal CSS stylesheet (unless optional noUpdate=true). Note: You can expect performance issues if
0 commit comments