-
Notifications
You must be signed in to change notification settings - Fork 441
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
1.18.3
Link to Minimal Reproduction
nn
Steps to Reproduce
bandicam.2025-05-20.16-21-15-960.mp4
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working