mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 04:08:10 +08:00
Table: update columns width after filter (#10834)
This commit is contained in:
parent
0b5d3b2f13
commit
8d6a2a4555
@ -362,6 +362,7 @@
|
||||
|
||||
updateScrollY() {
|
||||
this.layout.updateScrollY();
|
||||
this.layout.updateColumnsWidth();
|
||||
},
|
||||
|
||||
handleFixedMousewheel(event, data) {
|
||||
|
Loading…
Reference in New Issue
Block a user