Skip to content

Commit b16a8d9

Browse files
committed
row to visible
1 parent 7c77e64 commit b16a8d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/ve-table/src/index.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,11 @@ export default {
18121812
});
18131813

18141814
const column = getColumnByColkey(colKey, this.colgroups);
1815+
// column to visible
18151816
this.columnToVisible(column);
1817+
// row to visible
1818+
this.rowToVisible(KEY_CODES.ARROW_UP, rowKey);
1819+
this.rowToVisible(KEY_CODES.ARROW_DOWN, rowKey);
18161820
}
18171821
},
18181822

0 commit comments

Comments
 (0)