dynamic-virtual-scroller
Advanced tools
Comparing version 3.0.26 to 3.0.27
{ | ||
"name": "dynamic-virtual-scroller", | ||
"version": "3.0.26", | ||
"version": "3.0.27", | ||
"description": "A virtual scroller for the web that can handle dynamic row and column sizes.", | ||
@@ -5,0 +5,0 @@ "main": "virtual-scroller.js", |
@@ -618,2 +618,6 @@ import {ATTRIBUTES, EVENTS, CLASSES, DATA} from "./constants"; | ||
getColumnCount: function () { | ||
return config.columnCount; | ||
}, | ||
}; | ||
@@ -620,0 +624,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
538653
7637