Skip to content

Commit

Permalink
fix select all checkbox was not clear correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ratiw committed Dec 17, 2016
1 parent a25add5 commit cf8c8ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Vuetable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,6 @@ export default {
return this.isSelectedRow(dataItem[idColumn])
},
checkCheckboxesState: function(fieldName) {
if (this.selectedTo.length === 0) return false
var self = this
var idColumn = this.extractArgs(fieldName)
var selector = 'th.checkbox_' + idColumn + ' input[type=checkbox]'
Expand Down

0 comments on commit cf8c8ce

Please sign in to comment.