diff --git a/build/lib/filterColumn.js b/build/lib/filterColumn.js index 28b9f18..de09bd1 100644 --- a/build/lib/filterColumn.js +++ b/build/lib/filterColumn.js @@ -95,9 +95,9 @@ function filterColumn(Table, Popover) { } } }); - if (_columns.length == widthState) { - scroll.x = this.getCloumnsScroll(columns); - } + // if(_columns.length == widthState){ + // scroll.x = this.getCloumnsScroll(columns); + // } var content = _react2["default"].createElement( "div", @@ -117,8 +117,8 @@ function filterColumn(Table, Popover) { return _react2["default"].createElement( "div", { className: prefixCls + "-cont" }, - _react2["default"].createElement(Table, _extends({}, this.props, { columns: _columns, data: data, - scroll: scroll + _react2["default"].createElement(Table, _extends({}, this.props, { columns: _columns, data: data + // scroll={scroll} // scroll={{x:this.getCloumnsScroll(columns)}} })), _react2["default"].createElement( diff --git a/package.json b/package.json index 129d599..1c54f62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bee-table", - "version": "1.4.13", + "version": "1.4.14", "description": "Table ui component for react", "keywords": [ "react",