fixed-data-table-2
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
@@ -39,3 +39,3 @@ /** | ||
FixedDataTableRoot.version = '1.0.0-beta.2'; | ||
FixedDataTableRoot.version = '1.0.0-beta.3'; | ||
module.exports = FixedDataTableRoot; |
@@ -281,3 +281,3 @@ /** | ||
_extends(newState.elementHeights, (0, _pick2.default)(props, ['footerHeight', 'groupHeaderHeight', 'headerHeight'])); | ||
newState.elementHeights = _extends({}, newState.elementHeights, (0, _pick2.default)(props, ['footerHeight', 'groupHeaderHeight', 'headerHeight'])); | ||
if (!useGroupHeader) { | ||
@@ -287,3 +287,3 @@ newState.elementHeights.groupHeaderHeight = 0; | ||
_extends(newState.rowSettings, (0, _pick2.default)(props, ['bufferRowCount', 'rowHeight', 'rowsCount', 'subRowHeight'])); | ||
newState.rowSettings = _extends({}, newState.rowSettings, (0, _pick2.default)(props, ['bufferRowCount', 'rowHeight', 'rowsCount', 'subRowHeight'])); | ||
var _newState$rowSettings = newState.rowSettings, | ||
@@ -300,5 +300,5 @@ rowHeight = _newState$rowSettings.rowHeight, | ||
_extends(newState.scrollFlags, (0, _pick2.default)(props, ['overflowX', 'overflowY', 'showScrollbarX', 'showScrollbarY'])); | ||
newState.scrollFlags = _extends({}, newState.scrollFlags, (0, _pick2.default)(props, ['overflowX', 'overflowY', 'showScrollbarX', 'showScrollbarY'])); | ||
_extends(newState.tableSize, (0, _pick2.default)(props, ['height', 'maxHeight', 'ownerHeight', 'width'])); | ||
newState.tableSize = _extends({}, newState.tableSize, (0, _pick2.default)(props, ['height', 'maxHeight', 'ownerHeight', 'width'])); | ||
newState.tableSize.useMaxHeight = newState.tableSize.height === undefined; | ||
@@ -305,0 +305,0 @@ |
{ | ||
"name": "fixed-data-table-2", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"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
1689958
132
27355