I have array field like this in schema:
contact: {
label: "Contact",
type: Array
},
'contact.$': {
type: Object
},
'contact.$.address': {
type: String
},
'contact.$.phone': {
type: String
}
The result in table style
Address | Phone | Action
Address | Phone | Action
########## | ########### | -
########## | ########### | -
########## | ########### | -
+
please help me to custom template.