[Feature] VTable交叉表请问可以支持设置最大行数和最大列数吗?
Open
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?
如题,期望能够提供最大行数和最大列数的设置,超出直接截断。
背景:
- 最大行数:使用vtbale dataConfig排序,但排序后期望只展示前1000行,所以期望能够限制最大行数
- 最大列数:列数过多时会卡顿,期望能够提供配置能够设置最大列数
What does the proposed API look like?
- 提供类似setMaxRow,setMaxCol这样的API ?
- dataConfig的filterFunc入参提供row和col,这样也能根据行列号直接过滤掉
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 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