dynamic-virtual-scroller
Advanced tools
Comparing version 3.0.37 to 3.0.38
{ | ||
"name": "dynamic-virtual-scroller", | ||
"version": "3.0.37", | ||
"version": "3.0.38", | ||
"description": "A virtual scroller for the web that can handle dynamic row and column sizes.", | ||
@@ -5,0 +5,0 @@ "main": "virtual-scroller.js", |
@@ -360,2 +360,7 @@ import {ATTRIBUTES, EVENTS, CLASSES, DATA} from "./constants"; | ||
} | ||
if ((config.dynamicColumnWidth && params.columnWidth !== undefined) || | ||
(config.dynamicRowHeight) && params.rowHeight !== undefined) { | ||
renderManager.reevaluateAllSizes(); | ||
} | ||
} | ||
@@ -362,0 +367,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
593536
8232