JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › General Discussions › DataAdapter Second Level json datafields › Reply To: DataAdapter Second Level json datafields
May 20, 2020 at 10:14 am
#100763
admin
Keymaster
Hi Peter,
defining the dataFields like that didn’t work for me in the Smart.DataAdapter. Even without the mapping. The only way it worked for me was
dataFields: [
'name:type',
'name:type'
]
But I don’t see a way to do the mapping defining it like that.
Regards,
Gerhard