Update table.vue
This commit is contained in:
parent
af7d72b4cc
commit
f6a787f63b
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@
|
|||
this.tableWidth = parseInt(getStyle(this.$el, 'width')) - 1;
|
||||
}
|
||||
this.columnsWidth = {};
|
||||
if(this.$refs.tbody===undefined ) {return;}
|
||||
this.$nextTick(() => {
|
||||
let columnsWidth = {};
|
||||
let autoWidthIndex = -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue