请问amis是否能实现类似saleforce的多行单字段编辑
- Dominant language
- TypeScript
- Stars
- 18.9k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
#### 实现场景:

#### 存在的问题:
现在使用的是crud的quickedit功能,但是这个功能貌似只能实现单个单元格编辑;其次是crud自带的批量修改功能,貌似无法动态的选择某个字段进行批量编辑。
有尝试在
props.store.rows[0].locals
props.store.rows[0].reset()
props.store.rows[0].data
这几个地方进行改动,但貌似都无法触发quickedit的提交接口
#### 当前方案:
```
无
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the CRUD quickedit and built-in batch-edit behavior described in the issue, then inspect how props.store.rows[0].locals, reset(), and data relate to the quickedit submission interface. Done means establishing whether dynamic multi-row editing for a selected field is supported and documenting or implementing a clear working path.
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