Skip to content

Commit

Permalink
Add more details to CSV download button example
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Dec 3, 2022
1 parent 0051753 commit 851161e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vignettes/examples.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2320,6 +2320,10 @@ JavaScript API in R Markdown documents or Shiny apps, and the full API reference

### CSV download button

[`Reactable.downloadDataCSV()`](./javascript-api.html#reactable-downloaddatacsv) downloads table data to a CSV file,
including any filters that have been applied. See the JavaScript API guide for more details on usage, including
how to customize the field separator, decimal separator, included columns, and more.

```{r}
library(htmltools)
library(fontawesome)
Expand Down

0 comments on commit 851161e

Please sign in to comment.