File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ function ExpandedRow({
44
44
} }
45
45
className = { `${ prefixCls } -expanded-row-fixed` }
46
46
>
47
- { contentNode }
47
+ { componentWidth !== 0 && contentNode }
48
48
</ div >
49
49
) ;
50
50
}
Original file line number Diff line number Diff line change @@ -1760,9 +1760,7 @@ exports[`Table.FixedColumn renders correctly scrollX - without data 1`] = `
1760
1760
<div
1761
1761
class = " rc-table-expanded-row-fixed"
1762
1762
style = " width: 0px; position: sticky; left: 0px; overflow: hidden;"
1763
- >
1764
- No Data
1765
- </div >
1763
+ />
1766
1764
</td >
1767
1765
</tr >
1768
1766
</tbody >
@@ -2892,9 +2890,7 @@ exports[`Table.FixedColumn renders correctly scrollXY - without data 1`] = `
2892
2890
<div
2893
2891
class = " rc-table-expanded-row-fixed"
2894
2892
style = " width: -15px; position: sticky; left: 0px; overflow: hidden;"
2895
- >
2896
- No Data
2897
- </div >
2893
+ />
2898
2894
</td >
2899
2895
</tr >
2900
2896
</tbody >
You can’t perform that action at this time.
0 commit comments