VisActor / VisActor/VTable

[Feature] VTable交叉表请问可以支持设置最大行数和最大列数吗?

Open
#3,798 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

What problem does this feature solve?

如题,期望能够提供最大行数和最大列数的设置,超出直接截断。
背景:

  1. 最大行数:使用vtbale dataConfig排序,但排序后期望只展示前1000行,所以期望能够限制最大行数
  2. 最大列数:列数过多时会卡顿,期望能够提供配置能够设置最大列数
What does the proposed API look like?
  1. 提供类似setMaxRow,setMaxCol这样的API ?
  2. dataConfig的filterFunc入参提供row和col,这样也能根据行列号直接过滤掉

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 reviewing VTable's existing dataConfig sorting and filtering APIs, especially the proposed row and column inputs to filterFunc. Clarify whether maximum rows and columns should be truncation limits or filtering behavior, then define and document the API behavior so sorted data can display only the requested bounds without excessive rendering.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
data-visualization, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.