VisActor / VisActor/VTable

[Feature] 希望从表不受主表的冻结列影响,宽度能占满表格

Open
#5,047 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature
Dominant language
TypeScript
Stars
3.7k
Forks
486
Avg merge
1d 19h
Merged PRs (30d)
16

Description

这是官网的效果:
Image

这是期望的效果:
Image

What problem does this feature solve?

在ERP系统许多页面中的表格:多选框和序号需要左冻结,末尾需要一列进行右冻结用于存放操作功能(例如:编辑、删除等),这种情况下如果使用从表,在冻结的列的地方就会有一部分空白,从表会从没有冻结的列开始渲染

What does the proposed API look like?

希望有一个配置可以让从表被影响

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 by comparing the official and expected screenshots, then trace the table's frozen-column and subtable rendering behavior in the TypeScript source and documentation. Determine how a configuration could let subtables span the full table width despite frozen columns; done means the subtable fills the available width while left and right frozen columns retain their intended behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.