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

pull/119/head^2
isunkui 2016-09-21 23:01:51 +08:00 committed by FuryBean
parent 4d6dc06ae5
commit cefe15dc19
1 changed files with 1 additions and 0 deletions

View File

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