fix(1、多语问题;2、syncHover属性bug):
This commit is contained in:
parent
ae1eaa03f3
commit
baca533e11
|
@ -90,7 +90,7 @@ function filterColumn(Table, Popover) {
|
|||
showModal = _state.showModal;
|
||||
|
||||
|
||||
var locale = (0, _tool.getComponentLocale)(this.props, this.context, "Table", function () {
|
||||
var locale = (0, _tool.getComponentLocale)(this.props, this.context, 'Table', function () {
|
||||
return _i18n2["default"];
|
||||
});
|
||||
|
||||
|
@ -160,6 +160,8 @@ function filterColumn(Table, Popover) {
|
|||
afterFilter: noop,
|
||||
columnFilterAble: true,
|
||||
scroll: {}
|
||||
}, _class.contextTypes = {
|
||||
beeLocale: PropTypes.object
|
||||
}, _initialiseProps = function _initialiseProps() {
|
||||
var _this2 = this;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bee-table",
|
||||
"version": "1.6.42.beta.0",
|
||||
"version": "1.6.42",
|
||||
"description": "Table ui component for react",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
|
Loading…
Reference in New Issue