mirror of https://github.com/ElemeFE/element
Table: update columns width after filter (#10834)
parent
0b5d3b2f13
commit
8d6a2a4555
|
@ -362,6 +362,7 @@
|
|||
|
||||
updateScrollY() {
|
||||
this.layout.updateScrollY();
|
||||
this.layout.updateColumnsWidth();
|
||||
},
|
||||
|
||||
handleFixedMousewheel(event, data) {
|
||||
|
|
Loading…
Reference in New Issue