VisActor / VisActor/VTable

[Bug] 多级树,折叠状态下选中第5行,然后再展开第5行,非第5行的孩子节点状态也选中了

Open
#3,919 2 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.