Table tree support highlight-row
This commit is contained in:
parent
837cadab8b
commit
cd68d23fdb
3 changed files with 77 additions and 11 deletions
|
@ -103,7 +103,7 @@
|
|||
event.stopPropagation();
|
||||
this.$parent.handleMouseOut(_index, rowKey);
|
||||
},
|
||||
clickCurrentRow (_index, rowKey) {
|
||||
clickCurrentRow (_index, event, rowKey) {
|
||||
this.$parent.clickCurrentRow(_index, rowKey);
|
||||
},
|
||||
dblclickCurrentRow (_index, event, rowKey) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue