Skip to contents

Create a table row.

Usage

ds_tr(...)

Arguments

...

Row cells

Value

A Shiny tag object

Examples

ds_tr(ds_td("Cell 1"), ds_td("Cell 2"))
#> <tr>
#>   <td>Cell 1</td>
#>   <td>Cell 2</td>
#> </tr>