fixed-data-table-2
Advanced tools
Comparing version 1.0.0-beta.3 to 1.0.0-beta.4
@@ -856,3 +856,3 @@ 'use strict'; | ||
var _props7 = this.props, | ||
onHorizontalScroll = _props7.onHorizontalScroll, | ||
onVerticalScroll = _props7.onVerticalScroll, | ||
scrollActions = _props7.scrollActions, | ||
@@ -870,3 +870,3 @@ scrollY = _props7.scrollY; | ||
if (onHorizontalScroll ? onHorizontalScroll(scrollPos) : true) { | ||
if (onVerticalScroll ? onVerticalScroll(scrollPos) : true) { | ||
scrollActions.scrollToY(scrollPos); | ||
@@ -873,0 +873,0 @@ } |
@@ -39,3 +39,3 @@ /** | ||
FixedDataTableRoot.version = '1.0.0-beta.3'; | ||
FixedDataTableRoot.version = '1.0.0-beta.4'; | ||
module.exports = FixedDataTableRoot; |
{ | ||
"name": "fixed-data-table-2", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-beta.4", | ||
"description": "A React table component designed to allow presenting thousands of rows of data.", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1689940