过滤列去掉scroll参数
This commit is contained in:
parent
24ae6dae46
commit
83484174fd
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -130,9 +130,9 @@ export default function filterColumn(Table,Popover) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if(_columns.length == widthState){
|
// if(_columns.length == widthState){
|
||||||
scroll.x = this.getCloumnsScroll(columns);
|
// scroll.x = this.getCloumnsScroll(columns);
|
||||||
}
|
// }
|
||||||
|
|
||||||
let content = (
|
let content = (
|
||||||
<div className={`${prefixCls}-pop-cont`}>
|
<div className={`${prefixCls}-pop-cont`}>
|
||||||
|
@ -146,7 +146,7 @@ export default function filterColumn(Table,Popover) {
|
||||||
|
|
||||||
return <div className={`${prefixCls}-cont`}>
|
return <div className={`${prefixCls}-cont`}>
|
||||||
<Table {...this.props} columns={_columns} data={data}
|
<Table {...this.props} columns={_columns} data={data}
|
||||||
scroll={scroll}
|
// scroll={scroll}
|
||||||
// scroll={{x:this.getCloumnsScroll(columns)}}
|
// scroll={{x:this.getCloumnsScroll(columns)}}
|
||||||
/>
|
/>
|
||||||
<div className={`${prefixCls}-filter-icon`}>
|
<div className={`${prefixCls}-filter-icon`}>
|
||||||
|
|
Loading…
Reference in New Issue