pull/104/head
cagataycivici 2019-11-20 12:58:32 +03:00
parent b37a325ab9
commit 965ef45449
1 changed files with 1 additions and 1 deletions

View File

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