Table: update columns width after filter (#10834)

This commit is contained in:
杨奕 2018-04-23 11:48:11 +08:00 committed by GitHub
parent 0b5d3b2f13
commit 8d6a2a4555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -362,6 +362,7 @@
updateScrollY() {
this.layout.updateScrollY();
this.layout.updateColumnsWidth();
},
handleFixedMousewheel(event, data) {