I’m using PrimeVue Table Component and want to export a CSV file out of it. With this function it works perfectly fine.
Now I don’t want it to download in my browser but to send it to my rest api backend. I cannot find any parameters allowing me to do that.
Is there a way to send this CSV file directly to the backend?
Thx in advance.
3