Ver código fonte

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

isunkui 9 anos atrás
pai
commit
cefe15dc19
1 arquivos alterados com 1 adições e 0 exclusões
  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();
       }