baidu / baidu/amis

请问amis是否能实现类似saleforce的多行单字段编辑

Open
#7,487 4 comments 0 reactions 0 assignees View on GitHub
confirmed enhancement
Dominant language
TypeScript
Stars
18.9k
Forks
2.7k
PR merge metrics
No merged PRs in 30d

Description

#### 实现场景:
![image](https://github.com/baidu/amis/assets/127007861/b3e075f4-e641-4258-b223-b72ade320cac)

#### 存在的问题:
现在使用的是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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.