Partial select for tree table
Open
@simlin is already working on this.
Since Jan 9, 2024.
enhancement
in progress
- Dominant language
- JavaScript
- Stars
- 3.3k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
OpenUI5 version:
SAP UI5 version: "1.115.1"
Steps to reproduce the problem:
- Expand a parent row of a tree table with children.
- Select a child of a parent row in a tree table.
- Collapse the child rows so only the parent row is visible.
- There is no indication that the child inside the parent node is selected.
What is the expected result?
I expect the parent row to be partially selected. The desired behaviour can be observed when using sap.m.Checkbox (Sample: Tri-State Check Box)
What happens instead?
Only the child row is selected. The selection does not have an effect on the parent row selection.
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.