Fixed #91 - DataTable rowClick returns a dom event with no data property

pull/104/head
cagataycivici 2019-12-04 10:19:48 +03:00
parent 1642dd453f
commit e7b5367fac
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ export default {
return;
}
this.$emit('row-click', event);
this.$emit('row-click', e);
if (this.selectionMode) {
const rowData = e.data;