This widget renders a table with pagination into an htmlwidget
htmlTableWidget(
x,
number_of_entries = c(10, 25, 100),
width = NULL,
height = NULL,
elementId = NULL,
...
)
an htmlwidget showing the paginated table
A data frame to be rendered
a numeric vector with the number of entries per page to show. If there is more than one number given, the user will be able to show the number of rows per page in the table.
Fixed width for widget (in css units). The default is
NULL
, which results in intelligent automatic sizing based on the
widget's container.
Fixed height for widget (in css units). The default is
NULL
, which results in intelligent automatic sizing based on the
widget's container.
Use an explicit element ID for the widget (rather than an automatically generated one). Useful if you have other JavaScript that needs to explicitly discover and interact with a specific widget instance.
Additional parameters passed to htmlTable