VisActor / VisActor/VTable

[Bug] 树形表格分组,非树形列显示错误

Open
#4,634 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.22.0

Link to Minimal Reproduction

https://www.visactor.io/vtable/demo/table-type/list-table-tree

Steps to Reproduce

在官方Demo基本树形表格中,options增加一个group分组

Image

groupConfig: {
groupBy: 'monthly_expense',
},

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.