dynamic-virtual-scroller
Advanced tools
Comparing version 3.0.27 to 3.0.28
{ | ||
"name": "dynamic-virtual-scroller", | ||
"version": "3.0.27", | ||
"version": "3.0.28", | ||
"description": "A virtual scroller for the web that can handle dynamic row and column sizes.", | ||
@@ -5,0 +5,0 @@ "main": "virtual-scroller.js", |
@@ -549,2 +549,9 @@ import {ATTRIBUTES, EVENTS, CLASSES, DATA} from "./constants"; | ||
onScroll: function (onScrollCallback) { | ||
var unsubscribe = scrollManager.subscribe((scrollLeft, scrollTop) => { | ||
onScrollCallback({ scrollLeft, scrollTop }); | ||
}); | ||
return unsubscribe; | ||
}, | ||
rerender: function (params) { | ||
@@ -551,0 +558,0 @@ |
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
539194
7649