$this is undefined here, $el should be semantically the right thing here.
@@ -2818,7 +2818,7 @@
for (let r of this.options.data) {
r[this.header.stateField] = false
}
- this.$selectItem.filter(':checked').not($this).prop('checked', false)
+ this.$selectItem.filter(':checked').not($el).prop('checked', false)
row[this.header.stateField] = checked