-
Notifications
You must be signed in to change notification settings - Fork 334
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
fix(table): 修复树状表格多选时父子层级之间的联动交互效果问题 #1012
Conversation
cc @chaishi |
树形结构选择相关的,都应该在 |
|
||
export default function useRowSelect(props: TdPrimaryTableProps) { | ||
const { selectedRowKeys, columns, data, rowKey } = props; | ||
export default function useRowSelect(props: TdEnhancedTableProps) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
useRowSelect
是 PrimaryTable 的行选中功能,对于这类组件,并没有 EnhancedTable 相关的属性。当前改动不合适
因为 |
两个 Hook 肯定是独立的, |
|
issue 中,已回复,场景较为复杂,PR 挂起,待集中处理。 |
🤔 这个 PR 的性质是?
🔗 相关 Issue
#1004
#996
💡 需求背景和解决方案
📝 更新日志
fix(组件名称): 处理问题或特性描述 ...
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单