DT_hover_row_colour: Colors the hover row in a DT within a shiny app. Call in the...

View source: R/DT_selected_row_colour.R

DT_hover_row_colourR Documentation

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

Description

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

Usage

DT_hover_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_hover_row_colour()
DT_hover_row_colour(colour='blue')

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