[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.22.0
Link to Minimal Reproduction
https://www.visactor.io/vtable/demo/table-type/list-table-tree
Steps to Reproduce
在官方Demo基本树形表格中,options增加一个group分组
groupConfig: {
groupBy: 'monthly_expense',
},
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 linked list-table-tree demo and reproduce the issue by adding groupConfig with groupBy set to monthly_expense. Compare the grouped tree column with the second and third columns to identify where non-tree content receives indentation. Done means non-tree columns display normally, or the supported grouping behavior is clearly defined and configurable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100