diff --git a/src/FixedHolder/index.tsx b/src/FixedHolder/index.tsx index 925206e1e..fc4c0cdc2 100644 --- a/src/FixedHolder/index.tsx +++ b/src/FixedHolder/index.tsx @@ -185,7 +185,9 @@ const FixedHolder = React.forwardRef>((pro width: scrollX, }} > - {isColGroupEmpty ? null : ( + {isColGroupEmpty ? ( + colGroup + ) : (