antdProComponents proTable自带的编辑回显数据不正常,该怎么正常回显呢?
我有这样一个数组,里面每一项都是对象{id:xxx,attributes{xxx}},如果dataIndex是最外层的id,点编辑后可以正常显示,如果是attributs里面的某一项,就会变成[object Object],在proComponents官方demo里面也是这样的,除了自己写一个以外,有没有什么办法让它正常回显呢?
回复
1个回答
test
2024-06-30
table
组件的 dataIndex
是允许传入数组的,所以如果说你需求的是 attributs.name
可以书写为:
{
title: "名称",
key: "name",
dataIndex: ["attributs", "name"]
}
当然也可以写 rendText
来处理。
回复
适合作为回答的
- 经过验证的有效解决办法
- 自己的经验指引,对解决问题有帮助
- 遵循 Markdown 语法排版,代码语义正确
不该作为回答的
- 询问内容细节或回复楼层
- 与题目无关的内容
- “赞”“顶”“同问”“看手册”“解决了没”等毫无意义的内容