fast-table
Advanced tools
Comparing version 1.3.11 to 1.3.12
@@ -89,3 +89,2 @@ 'use strict'; | ||
_this._maxRowSpan = 1; | ||
delete _this._cached.groupedColumns; | ||
}; | ||
@@ -332,3 +331,3 @@ | ||
if (column._pathKey === last._pathKey) { | ||
column._width = (0, _max2.default)([wrapperWidth - _this.leftWidth - _this.rightWidth - centerWidth, 0]); | ||
column._width = (0, _max2.default)([wrapperWidth - _this.leftWidth - _this.rightWidth - centerWidth, column._width]); | ||
} else { | ||
@@ -335,0 +334,0 @@ if (!leftColumns.some(function (c) { |
{ | ||
"name": "fast-table", | ||
"version": "1.3.11", | ||
"version": "1.3.12", | ||
"description": "react table fast", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
174698
4974