Skip to contents

Create a table header cell.

Usage

ds_th(..., scope = "col")

Arguments

...

Cell content

scope

Cell scope ("col", "row")

Value

A Shiny tag object

Examples

ds_th("Column header")
#> <th scope="col">Column header</th>