multicheck checking all elements on pagination if checked
This commit is contained in:
parent
6c3cea56aa
commit
6db35d744d
|
@ -43,6 +43,10 @@ export default class MultiCheck extends Input {
|
||||||
else if (!this.areAllChecked())
|
else if (!this.areAllChecked())
|
||||||
this._checked = false;
|
this._checked = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
value.on('dataChange', () => {
|
||||||
|
if (this.checked) this.toggle();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue