[Bug] 树形表展开收起后行高显示错乱
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
Version
1.19.0
Link to Minimal Reproduction
https://visactor.com/vtable/demo/table-type/list-table-tree
Steps to Reproduce
- 打开 https://visactor.com/vtable/demo/table-type/list-table-tree
- options 新增 :
defaultHeaderRowHeight: 40,
defaultRowHeight: 60,
bottomFrozenRowCount: 1, - 展开收起节点
演示:
Current Behavior
Expected Behavior
展开收起节点行高正常
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.
Research direction
Start with the list-table-tree reproduction at https://visactor.com/vtable/demo/table-type/list-table-tree and reproduce the issue using defaultHeaderRowHeight: 40, defaultRowHeight: 60, and bottomFrozenRowCount: 1. Trace the tree expand/collapse behavior from that entry point and verify that row heights remain correct after toggling nodes; done means the displayed heights no longer become disordered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100