Parcourir la source

TableColum: fix first calc columns, #78 (#118)

isunkui il y a 9 ans
Parent
commit
cefe15dc19
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      packages/table/src/table.vue

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

@@ -383,6 +383,7 @@
       },
 
       tableData(newVal) {
+        this.$nextTick(_ => this.doRender());
         this.doOnDataChange(newVal);
         this.updateScrollInfo();
       }