We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d8408 commit 1031e46Copy full SHA for 1031e46
components/table/Table.jsx
@@ -141,7 +141,7 @@ export default {
141
// this.columns = props.columns || normalizeColumns(props.children)
142
const props = getOptionProps(this);
143
warning(
144
- !props.expandedRowRender || !('scroll' in props),
+ !props.expandedRowRender || !('scroll' in props) || !props.scroll.x,
145
'`expandedRowRender` and `scroll` are not compatible. Please use one of them at one time.',
146
);
147
this.CheckboxPropsCache = {};
0 commit comments