We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529d48f commit 9c68b3fCopy full SHA for 9c68b3f
src/components/DataTables.vue
@@ -317,7 +317,7 @@ export default {
317
this.checkedFilters = checkedFilters
318
},
319
handleRowClick(row, event, column) {
320
- if (this.innerColNotRowClick.indexOf(column.property) === -1) {
+ if (column && this.innerColNotRowClick.indexOf(column.property) === -1) {
321
this.$emit('row-click', row)
322
}
323
0 commit comments