Simply set ref= “table” to the table and execute the following method on the Vue life cycle updated
updated() {
this.$nextTick(() => {
this.$refs.table.doLayout();
})
},
div>
Simply set ref= “table” to the table and execute the following method on the Vue life cycle updated
updated() {
this.$nextTick(() => {
this.$refs.table.doLayout();
})
},
div>