View source: R/mod_navigation.R
reviewr_datatable | R Documentation |
This is a wrapper function around DT::datatable which applies common extensions, options and default values used throughout the ReviewR application.
reviewr_datatable(.data, dom = "ftip", column_filter = "top", search_term = "")
.data |
A local tibble or data frame to be rendered in the ReviewR UI |
dom |
Define the table control elements to appear on the page and in what order. See: https://datatables.net/reference/option/dom |
column_filter |
Where to display individual column filters. Valid entries are: 'top','bottom','none' |
search_term |
A string or regular expression used as a filter for patient data |
A DT::datatable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.