I have a restore API whose response is json (array of objects).
I would like to provide buttons like "Download button in CSV" in my view and when the user clicks on the link CSV file it should be downloaded with values separated with commas.
What is the best way to achieve this in angles?
See this Bela (not author)
:
You can either apply directly to your server side, or alternatively on your server side with a new API call to get the CSV file directly.
No comments:
Post a Comment