}}
- pagination={false}
size={size}
rowKey={resolvedRowKey}
scroll={scrollConfig}
locale={{ emptyText }}
+ pagination={false}
className={hasRollups ? 'child-table-rollups' : 'child-table'}
{...tableProps}
/>
@@ -382,6 +386,7 @@ const ObjectChildTable = ({
scroll={scrollConfig}
locale={{ emptyText }}
className={hasRollups ? 'child-table-rollups' : 'child-table'}
+ style={{ maxWidth, minWidth: 0 }}
{...tableProps}
/>
@@ -400,7 +405,7 @@ const ObjectChildTable = ({
}
return (
-