react-sheet
Advanced tools
Comparing version 0.0.48 to 0.0.49
@@ -109,4 +109,4 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
width: width, | ||
height: bodyHeight || 300, | ||
rowCount: data.length, | ||
height: bodyHeight + 100 || 300, | ||
rowCount: data.length + 1, | ||
rowHeight: rowHeight || 28, | ||
@@ -113,0 +113,0 @@ rowRenderer: renderRow(data, columns, selection, focusedCell, setSelection, focus, onEnter, setSelectionEnd, selectionEnd, onMouseUp, onMouseDown, onMouseOver, setDragCopyValue, isSelecting, addRow), |
@@ -121,4 +121,4 @@ 'use strict'; | ||
width: width, | ||
height: bodyHeight || 300, | ||
rowCount: data.length, | ||
height: bodyHeight + 100 || 300, | ||
rowCount: data.length + 1, | ||
rowHeight: rowHeight || 28, | ||
@@ -125,0 +125,0 @@ rowRenderer: renderRow(data, columns, selection, focusedCell, setSelection, focus, onEnter, setSelectionEnd, selectionEnd, onMouseUp, onMouseDown, onMouseOver, setDragCopyValue, isSelecting, addRow), |
{ | ||
"name": "react-sheet", | ||
"version": "0.0.48", | ||
"version": "0.0.49", | ||
"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
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
3769971