Эх сурвалжийг харах

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

isunkui 9 жил өмнө
parent
commit
cefe15dc19

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

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