JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › General Discussions › DataSource Mapping dataFields › Reply To: DataSource Mapping dataFields
June 27, 2022 at 6:50 pm
#103331
svetoslav_borislavov
Participant
Hi Robert,
To do that you can use the fourth – callback argument off the exportData method. You can pass a callback which accepts the data as an argument and from there you can loop through the objects and change the property name then export the data manually.
Here is an example of exporting the data to a JSON file:
https://codepen.io/svetoslavb04/pen/QWmLoMq
If you need any further information, feel free to contact us.
Best regards,
Svetoslav Borislavov
Smart UI Team