Skip to content

Commit 98f6e6a

Browse files
committed
Update index.jsx
1 parent d1b6239 commit 98f6e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ve-table/src/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export default {
260260
// virtual scroll positions(非响应式)
261261
virtualScrollPositions = [
262262
{
263-
rowKey: 0, // 当前行数据索引
263+
rowKey: "", // 当前行数据 rowKey
264264
top: 0, // 距离上一个项的高度
265265
bottom: 100, // 距离下一个项的高度
266266
height: 100 // 自身高度

0 commit comments

Comments
 (0)