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? 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
https://github.com/x-extends/vxe-table/issues
如上图所示checked状态根据列表字段绑定,初始化时vxe-table能够根据字段绑定勾选状态,但是有些场景不希望初始勾选状态变更,设置了checkMethod配置过滤出初始勾选数据。再次触发勾选事件时 checkAll状态似乎没有过滤掉禁用勾选项,导致计算是否全部勾选的状态不正确
checkAll状态应该过滤掉禁止勾选数据,再做判断
MacOS
135.0.7049.86
3.5.12
4.5.25
4.13.5
The text was updated successfully, but these errors were encountered:
4.13.10,一样的问题
Sorry, something went wrong.
不知道有没有修复计划及什么时候修复,目前换了交互方案,这个坑算是绕过去了😄
No branches or pull requests
可复现的链接(必须为公开链接,仅包含能复现问题的示例代码):
https://github.com/x-extends/vxe-table/issues
是否已准备好复现链接与示例代码?
问题描述与截图:
如上图所示checked状态根据列表字段绑定,初始化时vxe-table能够根据字段绑定勾选状态,但是有些场景不希望初始勾选状态变更,设置了checkMethod配置过滤出初始勾选数据。再次触发勾选事件时 checkAll状态似乎没有过滤掉禁用勾选项,导致计算是否全部勾选的状态不正确
期望的结果:
checkAll状态应该过滤掉禁止勾选数据,再做判断
操作系统:
MacOS
浏览器版本:
135.0.7049.86
vue 版本:
3.5.12
vxe-pc-ui 版本:
4.5.25
vxe-table 版本:
4.13.5
是否使用当前最新版本?
The text was updated successfully, but these errors were encountered: