Hi.
Acording to the documentation
HERE for me to be able to use the CSV function of the pivot view, i need to suply a url, the problem is, my backend is protected using identity server, so i would also need to inform 2 headers, one for the bearer token, and one for the api-version identification. how can i solve this?
I saw that in another sample, syncfusion uses another method to download the CSV and later parses that using a function, is this the only options? sample