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
场景: @selection-change响应 我在勾选一个A点,然后遍历出B点,然后调用toggleRowSelection函数,按照api文档的格式传一个数组【[{ row: A节点row, selected: true},{ row: B节点row, selected: true}]】 结果: 只有我手动勾选的勾选上,B节点并没有勾选上。 在我点击已勾选的A节点时,A节点勾选消失,@selection-change返回的数据[A节点row,A节点row,B节点row],此时表头的checkbox还处于半勾选状态,但是表格中已经没有勾选中的项
The text was updated successfully, but these errors were encountered:
听不懂 你的描述 加群截图,还有就是pl-tbale不在更新维护 请注意!
Sorry, something went wrong.
No branches or pull requests
场景:
@selection-change响应
我在勾选一个A点,然后遍历出B点,然后调用toggleRowSelection函数,按照api文档的格式传一个数组【[{ row: A节点row, selected: true},{ row: B节点row, selected: true}]】
结果:
只有我手动勾选的勾选上,B节点并没有勾选上。
在我点击已勾选的A节点时,A节点勾选消失,@selection-change返回的数据[A节点row,A节点row,B节点row],此时表头的checkbox还处于半勾选状态,但是表格中已经没有勾选中的项
The text was updated successfully, but these errors were encountered: