Forráskód Böngészése

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

isunkui 9 éve
szülő
commit
cefe15dc19
1 módosított fájl, 1 hozzáadás és 0 törlés
  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();
       }