We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
4.2.6
Windows11 ,Chrome 134,Vue 3.5.13
https://www.antdv.com/components/table-cn#components-table-demo-row-selection-and-operation
按照官方示例设置行选择功能,选中第一页任意一行后,再切换到第二页
在第一页选中一行后,全选框(checkBox)应该是半选样式,此时切换到第二页或者其它任何页时也应该如此
全选框只有在当前页有选中的项时才会有半选样式,当切换到没有选中项的页时,则是未选中状态,这不符合预期。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
4.2.6
Environment
Windows11 ,Chrome 134,Vue 3.5.13
Reproduction link
https://www.antdv.com/components/table-cn#components-table-demo-row-selection-and-operation
Steps to reproduce
按照官方示例设置行选择功能,选中第一页任意一行后,再切换到第二页
What is expected?
在第一页选中一行后,全选框(checkBox)应该是半选样式,此时切换到第二页或者其它任何页时也应该如此
What is actually happening?
全选框只有在当前页有选中的项时才会有半选样式,当切换到没有选中项的页时,则是未选中状态,这不符合预期。
The text was updated successfully, but these errors were encountered: