Add print button to a table

  1. My goal: Add a print button next to the download button at the bottom right of the table.

Any one have a script that would run to output all data in the table at that time and print it?

Hi @asharlow2908, and welcome to the Community Forum!

While users can always print their own downloaded files, there isn't currently any direct printing functionality built into retool. This recent post delves into that topic, and also includes an interesting workaround that a community member had figured out.

If you're interested in generating a pdf that looks more printable than a csv file, here are some posts in which some members have figured out the finer details:

  1. Use PDF Exporter to print content of table
  2. Handlebars to PDF Component

I hope that helps!