From 9d9ecfa13631aa9fe449f2d761cea397b3e875c6 Mon Sep 17 00:00:00 2001 From: daisy <904492381@qq.com> Date: Wed, 3 Apr 2024 13:54:04 +0800 Subject: [PATCH] fix: data-row-key should exist in virtual (#1101) --- src/VirtualTable/BodyLine.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VirtualTable/BodyLine.tsx b/src/VirtualTable/BodyLine.tsx index a0828ee70..4be634457 100644 --- a/src/VirtualTable/BodyLine.tsx +++ b/src/VirtualTable/BodyLine.tsx @@ -91,6 +91,7 @@ const BodyLine = React.forwardRef((props, ref) =>