[Feature Request] ArrayTable能否添加个虚拟滚动的模式
Open
- Dominant language
- TypeScript
- Stars
- 12.6k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
- [x] I have searched the [issues](https://github.com/alibaba/formily/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
antd的table里自带了虚拟滚动,但formily/antd中ArrayTable无法开启虚拟滚动
### What does the proposed API look like?
和antd中table的virtual属性相同
Contributor guide
Research direction
Start by locating the formily/antd ArrayTable entry point and its integration with Ant Design Table, then compare the existing Ant Design Table virtual-scrolling API. Done means ArrayTable accepts a virtual option matching Ant Design's Table API and virtual scrolling works without breaking existing table behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100