Export to Excel the filtered Dataset from table component

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

im guessing this filtered.data property doesnt exist at column level flittering @pturmel

Not sure what you mean?

(I generally do not use the table's built-in filtering.)