fixed-data-table-2
Advanced tools
Comparing version 0.7.9 to 0.7.10
@@ -690,3 +690,4 @@ 'use strict'; | ||
/*object*/event) { | ||
var isFixed = !!this.state.headFixedColumns.find(function (column) { | ||
// No native support in IE11 for find, findIndex, or includes, so using some. | ||
var isFixed = this.state.headFixedColumns.some(function (column) { | ||
return column.props.columnKey === columnKey; | ||
@@ -693,0 +694,0 @@ }); |
@@ -39,3 +39,3 @@ /** | ||
FixedDataTableRoot.version = '0.7.9'; | ||
FixedDataTableRoot.version = '0.7.10'; | ||
module.exports = FixedDataTableRoot; |
@@ -227,3 +227,3 @@ /** | ||
_renderColumnsRightShadow: function _renderColumnsRightShadow( /*number*/totalWidth) /*?object*/{ | ||
if (Math.ceil(this.props.scrollLeft + this.props.width) < totalWidth) { | ||
if (Math.ceil(this.props.scrollLeft + this.props.width) < Math.floor(totalWidth)) { | ||
var className = (0, _cx2.default)('fixedDataTableRowLayout/columnsShadow', 'fixedDataTableRowLayout/columnsRightShadow', 'public/fixedDataTableRow/columnsShadow', 'public/fixedDataTableRow/columnsRightShadow'); | ||
@@ -230,0 +230,0 @@ var style = { |
{ | ||
"name": "fixed-data-table-2", | ||
"version": "0.7.9", | ||
"version": "0.7.10", | ||
"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
3067222
24021