Possible to hide table and show csv button?
Possible to hide table and show csv button?

Hello,
Is it possible to have the table itself hidden (never displayed to the page, ever), but have the csv download button displayed?
Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can use
display:none;
to hide the table. Place it on the -tag tabletag or
-tag div` containing the table. If needed you can use the Direct Insertion method to place the buttons where you like so they are displayed.Kevin