Show Export Button but hide table from displaying in app

1
Hi, I have an app with several large OQL retrieves that cause the table to appear cluttered in the app. It is not necessary for me to show the table in the app, however, I would like the functionality to download the export of this table. I have tried to uncheck “visible” on the columns, but this returns a blank export. I have also tried to hide the table on phone, tablet, and desktop, but this hides the export button as well. Is anyone aware of a solution for this?
asked
1 answers
2

Is

display: none;

what you want?

answered