CRUD如何部分拆行?
Open
- Dominant language
- TypeScript
- Stars
- 18.9k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
数据行格式为:{id: 1, name: '张三', pets: [{id: 1, type: '狗'}, {id: 2, type: '猫'}]}
需要CRUD的分页、过滤、批量等各种功能,但需要展示为如下形式:

请问如何处理?
Contributor guide
No contributing guide indexed for this repository
Research direction
No file, test, or entry point is named. Start by locating the CRUD component and its handling of nested pets data, then compare the available pagination, filtering, and batch-operation behavior with the requested split-row presentation; done means the displayed rows match the screenshot while those CRUD functions continue to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100