瀏覽代碼

Table: update columns width after filter (#10834)

杨奕 7 年之前
父節點
當前提交
8d6a2a4555
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/table/src/table.vue

+ 1 - 0
packages/table/src/table.vue

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