DT_selected_row_colour: Colors the selected row in a DT within a shiny app. Call in...

View source: R/DT_selected_row_colour.R

DT_selected_row_colourR Documentation

Colors the selected row in a DT within a shiny app. Call in the ui element of a shiny app

Description

Colors the selected row in a DT within a shiny app. Call in the ui element of a shiny app

Usage

DT_selected_row_colour(colour = "pink")

Arguments

colour

A character vector of rgb,rgba,colour name

Value

A character vector of html style containing the relevant css

Examples

DT_selected_row_colour()
DT_selected_row_colour(colour='blue')

aarong1/RshinyHelpers documentation built on June 15, 2022, 4:52 a.m.