dynamic-virtual-scroller
Advanced tools
Comparing version 3.0.5 to 3.0.6
{ | ||
"name": "dynamic-virtual-scroller", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "A virtual scroller for the web that can handle dynamic row and column sizes.", | ||
@@ -5,0 +5,0 @@ "main": "virtual-scroller.js", |
@@ -81,2 +81,11 @@ import {ATTRIBUTES, EVENTS, CLASSES, DATA} from "./constants"; | ||
/* | ||
In case you know the dynamic size of your rows or columns, | ||
you can speed things up by letting the scroller know. | ||
Otherwise the scroller has to check by calling outerHeight() / | ||
otherWidth() on the dom element. | ||
*/ | ||
getDynamicRowHeight: {type: ['function', 'undefined']}, | ||
getDynamicColumnWidth: {type: ['function', 'undefined']}, | ||
/* | ||
Pass wether or not the size of the rendered items is accurate before adding them to | ||
@@ -83,0 +92,0 @@ the dom. You can achieve that by setting the size explicity (row.css('height', ...)). |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
506635
6891