fixed-data-table-2
Advanced tools
Comparing version 0.8.24 to 0.8.25
@@ -257,3 +257,3 @@ <!-- File generated from "src/FixedDataTable.js" --> | ||
### `headerHeight` (required) | ||
### `headerHeight` | ||
@@ -260,0 +260,0 @@ Pixel height of header. |
@@ -39,3 +39,3 @@ /** | ||
FixedDataTableRoot.version = '0.8.24'; | ||
FixedDataTableRoot.version = '0.8.25'; | ||
module.exports = FixedDataTableRoot; |
@@ -92,4 +92,4 @@ /** | ||
// if shift is held, swap the axis of scrolling. | ||
if (event.shiftKey && this._allowInternalAxesSwap()) { | ||
normalizedEvent = this._swapNormalizedWheelAxis(normalizedEvent); | ||
if (event.shiftKey && ReactWheelHandler._allowInternalAxesSwap()) { | ||
normalizedEvent = ReactWheelHandler._swapNormalizedWheelAxis(normalizedEvent); | ||
} | ||
@@ -138,3 +138,3 @@ | ||
} | ||
}, { | ||
}], [{ | ||
key: '_swapNormalizedWheelAxis', | ||
@@ -149,3 +149,3 @@ value: function _swapNormalizedWheelAxis( /*object*/normalizedEvent) /*object*/{ | ||
} | ||
}], [{ | ||
}, { | ||
key: '_allowInternalAxesSwap', | ||
@@ -152,0 +152,0 @@ value: function _allowInternalAxesSwap() /*boolean*/{ |
{ | ||
"name": "fixed-data-table-2", | ||
"version": "0.8.24", | ||
"version": "0.8.25", | ||
"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
1523873
21929
34