Explorar o código

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

isunkui %!s(int64=9) %!d(string=hai) anos
pai
achega
cefe15dc19
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
       }