[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.7
Link to Minimal Reproduction
https://visactor.com/vtable/demo/table-type/list-table-group
Steps to Reproduce
- 打开官方demo链接
2.在option的配置中加入 frozenColCount: 1 配置,当第一列冻结 - 上下滚动或者拖动修改冻结列旁边的列的宽度
Current Behavior
如图所示
Expected Behavior
期望不被遮挡或者截断
Environment
- OS: macos 26.0
- Browser: Chrome 版本 139.0.7258.155(正式版本) (arm64)
- 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 linked list-table group demo and reproduce the issue by setting frozenColCount: 1, then scroll vertically and resize the column beside the frozen area. Trace the frozen-column rendering and sizing behavior from the demo entry point. Done means grouped rows are not obscured or clipped during scrolling or column-width changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100