fix: table warning #1267
parent
ef16772a80
commit
6c9de7146c
|
@ -87,7 +87,7 @@ export default {
|
|||
// this.columns = props.columns || normalizeColumns(props.children)
|
||||
const props = getOptionProps(this);
|
||||
warning(
|
||||
!('expandedRowRender' in props) || !('scroll' in props),
|
||||
!props.expandedRowRender || !('scroll' in props),
|
||||
'`expandedRowRender` and `scroll` are not compatible. Please use one of them at one time.',
|
||||
);
|
||||
this.createComponents(this.components);
|
||||
|
|
Loading…
Reference in New Issue