elementui table设置滚动条位置
elementui table设置滚动条位置
// table table组件ref
changeScrollPosition(position = 0) {
if (this.$refs.multipleTable) {
this.$refs.table.bodyWrapper.scrollTop = position
}
}
elementui table设置滚动条位置
// table table组件ref
changeScrollPosition(position = 0) {
if (this.$refs.multipleTable) {
this.$refs.table.bodyWrapper.scrollTop = position
}
}
共有 0 条评论