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