perf: update table
parent
2d5b60d653
commit
d9c6c76429
|
@ -179,6 +179,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
updated (prevProps) {
|
updated (prevProps) {
|
||||||
|
this.$nextTick(() => {
|
||||||
if (this.columnManager.isAnyColumnsFixed()) {
|
if (this.columnManager.isAnyColumnsFixed()) {
|
||||||
this.handleWindowResize()
|
this.handleWindowResize()
|
||||||
if (!this.resizeEvent) {
|
if (!this.resizeEvent) {
|
||||||
|
@ -187,6 +188,7 @@ export default {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
beforeDestroy () {
|
beforeDestroy () {
|
||||||
|
|
Loading…
Reference in New Issue