N°4481 - Export: Fix tooltip not unchecked when removing column

This commit is contained in:
Molkobain
2021-12-08 16:21:54 +01:00
parent 28e9f95f7c
commit 271c51f1f4

View File

@@ -325,6 +325,7 @@ $(function () {
var me = this; var me = this;
$('#'+this.sId+' .tfs_checkbox_multi').each(function () { $('#'+this.sId+' .tfs_checkbox_multi').each(function () {
me._update_tristate($(this).attr('id')); me._update_tristate($(this).attr('id'));
me._update_tooltips($(this).val());
}); });
}, },
_format: function () { _format: function () {