R/ds-table.R
ds_th.Rd
Create a table header cell.
ds_th(..., scope = "col")
Cell content
Cell scope ("col", "row")
A Shiny tag object
ds_th("Column header") #> <th scope="col">Column header</th>