How do I allow a table to be exported to CSV, but also allow drill down via row selection?

I have a table of entries, and I want to be able to “drill down” into those entries by selecting them and entering a new view. I have this completed and working.

Next I would like to be able to export that table to CSV. However, adding the export action results in clicking on an individual row starting the CSV export.

Is there any way to accomplish what I’m trying to do? Do I need separate views for this? That would be unfortunate…

Welcome to the community!!

If your intent is to download the current view into CSV, you would configure the action as “Primary”. This will add an overlay action into the bottom-right hand corner of the view. No need to enter a row first to start the CSV download.

2 Likes