Fixed #3967 - DataTable:When using ColumnGroup in a table with more than two frozen columns
parent
01b38bf5ae
commit
8db6f9c180
|
@ -294,10 +294,12 @@ export default {
|
||||||
if (filterRow) {
|
if (filterRow) {
|
||||||
let index = DomHandler.index(this.$el);
|
let index = DomHandler.index(this.$el);
|
||||||
|
|
||||||
|
if (filterRow.children[index]) {
|
||||||
filterRow.children[index].style.left = this.styleObject.left;
|
filterRow.children[index].style.left = this.styleObject.left;
|
||||||
filterRow.children[index].style.right = this.styleObject.right;
|
filterRow.children[index].style.right = this.styleObject.right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
onHeaderCheckboxChange(event) {
|
onHeaderCheckboxChange(event) {
|
||||||
this.$emit('checkbox-change', event);
|
this.$emit('checkbox-change', event);
|
||||||
|
|
Loading…
Reference in New Issue