Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用toggleRowSelection选中多行会卡死,有什么办法高效选中多行么 #73

Closed
cug-zgj opened this issue Mar 23, 2024 · 4 comments

Comments

@cug-zgj
Copy link

cug-zgj commented Mar 23, 2024

No description provided.

@xiaocheng555
Copy link
Owner

我优化一下吧,toggleRowSelection方法可以传数组,this.$refs.virtualScroll.toggleRowSelection(row, true) 这样,晚点发个版

@xiaocheng555
Copy link
Owner

No description provided.

升级版本到 1.1.8,toggleRowSelection方法支持传入数组,this.$refs.virtualScroll.toggleRowSelection(rows, true)

@xiaocheng555
Copy link
Owner

No description provided.

问题解决了吗

@cug-zgj
Copy link
Author

cug-zgj commented Mar 26, 2024

问题解决了,感谢开发者的及时更新

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants