DT_peripheral_colour: Colors the colour of the peripheral element in a DT within a...

View source: R/DT_selected_row_colour.R

DT_peripheral_colourR Documentation

Colors the colour of the peripheral element in a DT within a shiny app. Call in the ui element of a shiny app

Description

Colors the colour of the peripheral element in a DT within a shiny app. Call in the ui element of a shiny app

Usage

DT_peripheral_colour(colour = "pink")

Arguments

colour

A character vector of rgb,rgba,colour name

Value

A character vector of html style tag containing the relevant css

Examples

DT_peripheral_colour()
DT_peripheral_colour(colour='blue')

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