aliyun / data-mapping-component

A React Component which focus on Data-Mapping & Table-Field-Mapping.(基于React的数据/表字段映射组件)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

删除连线&mappingData无效&“添加一行”按钮

hello-yajing opened this issue · comments

  1. 删除连线:暂时只能点击target的某一行删除,但是只能从最后一条线开始删。是否还有其他方法可以实现呢?
  2. mappingData无效:在columns里如果不加id字段,mappingData就无效,但是又不想将id展示在界面,该怎么处理?
  3. “添加一行”按钮:这个需求真的很需要,就是在source的最后一行加个按钮。
  4. 还有编辑功能。
    不知道还有没有人维护~~~~

还有人维护的,但以我们业务设计为主:
1: 我们的交互设计就是这样的,你期望还需要什么需求呢?
2: 可以使用Column的“primaryKey”字段
3: 我们先考虑下
4: 编辑暂时不考虑哈~

还有人维护的,但以我们业务设计为主: 1: 我们的交互设计就是这样的,你期望还需要什么需求呢? 2: 可以使用Column的“primaryKey”字段 3: 我们先考虑下 4: 编辑暂时不考虑哈~

好的~感谢您的回复!