From 916b8af6ef1efdb243a004a9b19fd8701ee70782 Mon Sep 17 00:00:00 2001 From: zyz104218 Date: Thu, 5 Sep 2024 15:54:49 +0800 Subject: [PATCH] fix: Resolve the issue of table header width collapsing and flashing during the initial rendering when setting sticky=true for a table with a large number of columns. --- src/FixedHolder/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FixedHolder/index.tsx b/src/FixedHolder/index.tsx index 7d60c7ea0..8b9701a94 100644 --- a/src/FixedHolder/index.tsx +++ b/src/FixedHolder/index.tsx @@ -149,7 +149,7 @@ const FixedHolder = React.forwardRef>( {(!noData || !maxContentScroll || allFlattenColumnsWithWidth) && (