[Feature] 希望vue-vtable能取消或优化watch records
Open
Nobody has claimed this yet.
feature
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
希望vue-vtable能取消或优化watch records,在更新频繁的树型表数据频繁的deep watch和重建表结构引的卡顿。
What does the proposed API look like?
建议分别提供更新字段配置和更新记录的api让用户自主决定是使用watch deep还其它的更新逻辑就更完美了。谢谢你们的付出。
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 locating the vue-vtable entry points that watch records and rebuild the table structure, then review how frequent updates to tree-table data are handled. Define the separation between field-configuration updates and record updates, and verify that callers can choose deep watch or another update path without the reported lag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100