View source: R/DT_selected_row_colour.R
DT_selected_row_colour | R Documentation |
Colors the selected row in a DT within a shiny app. Call in the ui element of a shiny app
DT_selected_row_colour(colour = "pink")
colour |
A character vector of rgb,rgba,colour name |
A character vector of html style containing the relevant css
DT_selected_row_colour() DT_selected_row_colour(colour='blue')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.