data: [{
0: {
item: {
attributes: [
{0},
{1},
2:
id: 1,
key:"Some String",
value: "23423"
]
}
}
}]
{
label: 'effectiveFrom',
name: 'item.effectiveFrom',
options: {
filter: true,
sort: true
},
},
{
label: 'Vendors',
name: 'item.attributes[2].value',
options: {
filter: true,
sort: true
},
}
上面是使用 MuiDatatables 的列及其选项,我认为 usingitem.attributes[2].value
会输出字符串,但它没有
如果有人可以提供帮助,将不胜感激!