VisActor / VisActor/VTable

[Bug] 树形表展开收起后行高显示错乱

Open
#4,070 2 comments 0 reactions 0 assignees View on GitHub

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
  1. 打开 https://visactor.com/vtable/demo/table-type/list-table-tree
  2. options 新增 :
    defaultHeaderRowHeight: 40,
    defaultRowHeight: 60,
    bottomFrozenRowCount: 1,
  3. 展开收起节点
    演示:
Current Behavior

Image

Expected Behavior

展开收起节点行高正常

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.