Browse Source

chore(table): update PerfVirtualized story

走鹃 3 năm trước cách đây
mục cha
commit
132ee0f21c
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      packages/semi-ui/table/_story/Perf/Virtualized/index.jsx

+ 6 - 0
packages/semi-ui/table/_story/Perf/Virtualized/index.jsx

@@ -9,29 +9,35 @@ class PerfVirtualized extends React.Component {
             {
                 title: 'A',
                 dataIndex: 'key',
+                key: 'a',
                 width: 150,
             },
             {
                 title: 'B',
                 dataIndex: 'key',
+                key: 'b',
             },
             {
                 title: 'C',
                 dataIndex: 'key',
+                key: 'c',
             },
             {
                 title: 'D',
                 dataIndex: 'key',
+                key: 'd',
             },
             {
                 title: 'E',
                 dataIndex: 'key',
                 width: 200,
+                key: 'e',
             },
             {
                 title: 'F',
                 dataIndex: 'key',
                 width: 100,
+                key: 'f'
             },
         ];