Merge, rebuild man pages
Merge branch 'master' of https://github.com/haozhu233/kableExtra
# Conflicts:
# man/kable_styling.Rd
diff --git a/man/scroll_box.Rd b/man/scroll_box.Rd
index 440dcc5..1cc6742 100644
--- a/man/scroll_box.Rd
+++ b/man/scroll_box.Rd
@@ -5,7 +5,8 @@
\title{Put a HTML table into a scrollable box}
\usage{
scroll_box(kable_input, height = NULL, width = NULL,
- box_css = "border: 1px solid #ddd; padding: 5px; ", extra_css = NULL)
+ box_css = "border: 1px solid #ddd; padding: 5px; ", extra_css = NULL,
+ fixed_thead = list(enabled = F, background = "#fff"))
}
\arguments{
\item{kable_input}{A HTML kable object}
@@ -17,6 +18,9 @@
\item{box_css}{CSS text for the box}
\item{extra_css}{Extra CSS styles}
+
+\item{fixed_thead}{A list of two named element. enabled and background.
+Default is F and white, e.g. "list(enabled = T, background = "#fff")"}
}
\description{
This function will put a HTML kable object in a fixed-height,