Commit cefe15dc authored by isunkui's avatar isunkui Committed by FuryBean

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

parent 4d6dc06a
......@@ -383,6 +383,7 @@
},
tableData(newVal) {
this.$nextTick(_ => this.doRender());
this.doOnDataChange(newVal);
this.updateScrollInfo();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment