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…