From cefe15dc190221c8eaacd100717be28d76cacc01 Mon Sep 17 00:00:00 2001 From: isunkui Date: Wed, 21 Sep 2016 23:01:51 +0800 Subject: [PATCH] TableColum: fix first calc columns, #78 (#118) --- packages/table/src/table.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/table/src/table.vue b/packages/table/src/table.vue index 21e14aa3..4201118c 100644 --- a/packages/table/src/table.vue +++ b/packages/table/src/table.vue @@ -383,6 +383,7 @@ }, tableData(newVal) { + this.$nextTick(_ => this.doRender()); this.doOnDataChange(newVal); this.updateScrollInfo(); }