Possible to hide table and show csv button?

Possible to hide table and show csv button?

jsarbourjsarbour Posts: 1Questions: 1Answers: 0

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

Answers

  • kthorngrenkthorngren Posts: 20,276Questions: 26Answers: 4,765
    Answer ✓

    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

This discussion has been closed.