perf: update table
parent
91e02498bb
commit
ed80df3af1
|
@ -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