Update ObjectChildTable to use dynamic 'bordered' property based on 'minimal' prop for improved layout flexibility.
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
This commit is contained in:
parent
6e11c92862
commit
01be1ab29a
@ -461,7 +461,7 @@ const ObjectChildTable = ({
|
||||
rowKey={resolvedRowKey}
|
||||
scroll={scrollConfig}
|
||||
locale={{ emptyText }}
|
||||
bordered={true}
|
||||
bordered={minimal}
|
||||
style={{ maxWidth: minimal ? '100%' : maxWidth, minWidth: 0 }}
|
||||
className='rollup-table'
|
||||
/>
|
||||
@ -479,7 +479,7 @@ const ObjectChildTable = ({
|
||||
size={size}
|
||||
rowKey={resolvedRowKey}
|
||||
scroll={scrollConfig}
|
||||
bordered={true}
|
||||
bordered={minimal}
|
||||
locale={{ emptyText }}
|
||||
pagination={false}
|
||||
className={hasRollups ? 'child-table-rollups' : 'child-table'}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user