Button to download CSV from a dashboard that has a gt table

In datatable, I can add a button to my dashboard tables so that users can download the data. However, I am moving all my table to gt. in gt, can I add buttons?

DT::datatable(MyData,
extenstions = 'Buttons',
options = list (dom = 'Bfrtip', 
buttons = 'csv'))

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.