Table: update columns width after filter (#10834)

pull/10842/head
杨奕 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
1 changed files with 1 additions and 0 deletions

View File

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