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