Hello,
I am drawing a table using data returned from an ajax call by a search from. The table then provides a few google dashboard filters to further filter down that data set. I want to then be able to give users an export of that filtered list, with their selected filters applied.
According to docs, I could make an export with, for example, that initial url that is used in the ajax. But it doesn't say if its possible for me to export the actual visible data after additional filters are applied. Is this possible? Or do I have to provide it an url with exact params, merging the search form with the result filters?
Thank you!