Create a table

fdSimpleTable(x, class = "table table-striped")

fdTable(..., class = "table table-striped")

Arguments

x
data frame to be displayed as a html table.
class
html class to add to the table.
...
columns for the table.

Details

The fdTable function is just syntactic sugar for fdSimpleTable

Examples

fdSimpleTable(mtcars) %>% fdPreview