ant-design / ant-design/pro-components
👑 [需求] 同时使用DragSortTable和EditableProTable
- Dominant language
- TypeScript
- Stars
- 4.8k
- Forks
- 1.4k
- Avg merge
- 10h 44m
- Merged PRs (30d)
- 3
Description
### 🔩 所属模块或组件
- ProTable的DragSortTable和EditableProTable
### 🥰 需求描述
我希望能够有一个table能够同时支持编辑和拖拽。也就是 DragSortTable和EditableProTable两个组件的合并
### ⛰ 功能需求适用场景
编辑表格后,需要对数据进行拖拽排序
### 🧐 解决方案
方案一:提出一个新组件
方案二:提供更多的API配置,能够在组件中自由的开启功能
### 🚑 其他信息
Contributor guide
Research direction
Start by reading the DragSortTable and EditableProTable components and their documented APIs. Compare how each handles row editing and drag sorting, then determine whether the requested combined behavior can be supported through configuration or needs a new component. Done means a table supports editing and drag-based ordering together, with the expected behavior covered by relevant tests or examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100