我想要 ng-table-dynamic 中的一列,它有一个作为对象属性的字段。
{
field: 'customer.name',
title: "Customer Name",
show: true
}
我尝试了很多不同的方式,比如
'customer.name'
'customer["name"]'
'customer[name]'
但这些都不起作用。
请帮帮我。谢谢
我想要 ng-table-dynamic 中的一列,它有一个作为对象属性的字段。
{
field: 'customer.name',
title: "Customer Name",
show: true
}
我尝试了很多不同的方式,比如
'customer.name'
'customer["name"]'
'customer[name]'
但这些都不起作用。
请帮帮我。谢谢