setRowClass: Highlight a row using bootstrap classes

Description Usage Arguments Examples

Description

Highlight a row using bootstrap classes

Usage

1
setRowClass(session, tbl, row, class)

Arguments

tbl

Name of the table.

row

Number of the row to color.

class

Bootstrap contextual class ("active", "info", "success", "warning", or "danger"). "none" removes the highlighting. "info" is reserved for selected rows.

Session

Shiny session object.

Examples

1
setRowClass(session, "mtcars", 3, "success")

ThomasSiegmund/D3TableFilter documentation built on May 9, 2019, 4:46 p.m.