react-sheet
Advanced tools
Comparing version 0.0.67 to 0.0.69
@@ -63,3 +63,3 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
scrollWidth: _this.props.ScrollbarWidth, | ||
headerHeight: 42 | ||
headerHeight: null | ||
}; | ||
@@ -98,2 +98,3 @@ | ||
this.resizeFunction(); | ||
this.setHeaderHeight(); | ||
}; | ||
@@ -100,0 +101,0 @@ |
@@ -77,3 +77,3 @@ 'use strict'; | ||
scrollWidth: _this.props.ScrollbarWidth, | ||
headerHeight: 42 | ||
headerHeight: null | ||
}; | ||
@@ -112,2 +112,3 @@ | ||
this.resizeFunction(); | ||
this.setHeaderHeight(); | ||
}; | ||
@@ -114,0 +115,0 @@ |
{ | ||
"name": "react-sheet", | ||
"version": "0.0.67", | ||
"version": "0.0.69", | ||
"description": "Spreadsheet component for react", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3830784
46517