Hello,
I want to add a button to my page such that when we click on the button, it reads my database and downloads some data in the CSV format.
I found that we can link a button to download any document that is uploaded. But how can we write code so that the button downloads data from my database.
Thank you.