VisActor / VisActor/VTable

[Question] customRender在使用异步数据源的时候,如果在customRender内部根据args.value做一些自定义操作,会导致datasource加载全部数据

Open
#4,964 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

加载全部数据就失去了异步数据源的初衷了。请问这个是by design的行为吗?

不使用value做比较的时候很正常

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 reproducing the reported case with an asynchronous datasource and a customRender that reads args.value, comparing it with a renderer that does not. Trace which datasource operation causes all records to load and determine whether that behavior is intentional. Done means the behavior is explained and either corrected or documented with a verified test case.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.