Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.69k stars 738 forks source link

添加列后表格变空白 #221

Closed CrytisMT closed 5 years ago

CrytisMT commented 6 years ago
<VTable :columns="columns" :table-data="tableData" style="width:100%" is-horizontal-resize
                :cell-edit-done="cellEditDone" @on-custom-comp="rowAction" columns-width-drag>

</VTable>

手动用 this.columns.splice添加一个column后,table会变成空白的。。。。 打开一下控制台又能显示了

ly525 commented 5 years ago

@CrytisMT 请升级到 v.1.7.2 试试,已经修正 https://github.com/huangshuwei/vue-easytable/blob/9967066cb9fa30808c11c8f4b41f2c963eab09cb/packages/v-table/src/table.vue#L896-L901