I'm able to export to excel the dataset in my table component no problem, but I would like to only export the dataset in which the filter is applied to. I attempted the filtered.data property but nothing seems to happen.
The filtered data property is a list of dictionaries, not a dataset. You will have to convert it before the export functions can use it.
1 Like