react-sticky-table
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -258,3 +258,3 @@ (function (global, factory) { | ||
height = this.getSizeWithoutBoxSizing(cellToCopy).height; | ||
console.log(height, cellToCopy.offsetHeight); | ||
this.stickyColumn.firstChild.childNodes[r].firstChild.style.height = height + 'px'; | ||
@@ -261,0 +261,0 @@ } |
{ | ||
"name": "react-sticky-table", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Dynamically sized fixed header and column for tables", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -181,3 +181,3 @@ import React, { Component, PropTypes } from 'react'; | ||
height = this.getSizeWithoutBoxSizing(cellToCopy).height; | ||
console.log(height, cellToCopy.offsetHeight) | ||
this.stickyColumn.firstChild.childNodes[r].firstChild.style.height = height + 'px'; | ||
@@ -184,0 +184,0 @@ } |
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
49022
1251