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