瀏覽代碼

chore(table): update PerfVirtualized story

走鹃 3 年之前
父節點
當前提交
132ee0f21c
共有 1 個文件被更改,包括 6 次插入0 次删除
  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'
             },
         ];