Table
table.Rmd
The badge()
component provides a set of sophisticated and convenient functions for responsive table design. It provides a comprehensive set of features for displaying and dealing with vast amounts of data.
See the official documention for table, for all the correct props.
Examples
# ui
table_output("table")
# server
output$table <- render_table(table(cars))