Fixed #91 - DataTable rowClick returns a dom event with no data property
parent
1642dd453f
commit
e7b5367fac
|
@ -626,7 +626,7 @@ export default {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.$emit('row-click', event);
|
this.$emit('row-click', e);
|
||||||
|
|
||||||
if (this.selectionMode) {
|
if (this.selectionMode) {
|
||||||
const rowData = e.data;
|
const rowData = e.data;
|
||||||
|
|
Loading…
Reference in New Issue