[Bug] 多级树,折叠状态下选中第5行,然后再展开第5行,非第5行的孩子节点状态也选中了
Open
@ztygod is already working on this.
Since May 27, 2025.
bug
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
Version
1.18.3
Link to Minimal Reproduction
nn
Steps to Reproduce
https://github.com/user-attachments/assets/eb93e3b8-ff92-4a90-8819-f9e12b682a6a
const option = {
records: tableData,
columns,
widthMode: 'standard',
editable: true,
rowSeriesNumber: {
title: '',
dragOrder: true,
width: 'auto',
headerType: 'checkbox',
cellType: 'checkbox',
enableTreeCheckbox: true,
headerStyle: {
color: 'black',
bgColor: 'pink',
},
style: {
color: 'red',
},
},
}
Current Behavior
多级树,折叠状态下选中第5行,然后再展开第5行,非第5行的孩子节点状态也选中了
Expected Behavior
多级树,折叠状态下选中第5行,然后再展开第5行,非第5行的孩子节点状态不选中
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.