mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:28:37 +08:00
修复一个 className 透传的问题
This commit is contained in:
parent
70cc66c46e
commit
82d0b76e87
@ -1431,7 +1431,13 @@ export default class Table extends React.Component<TableProps, object> {
|
||||
}
|
||||
|
||||
renderColumnsToggler(config?: any) {
|
||||
const {store, classPrefix: ns, classnames: cx, ...rest} = this.props;
|
||||
const {
|
||||
className,
|
||||
store,
|
||||
classPrefix: ns,
|
||||
classnames: cx,
|
||||
...rest
|
||||
} = this.props;
|
||||
|
||||
const render = this.props.render;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user