Version 1.1 release
diff --git a/man/kable_styling.Rd b/man/kable_styling.Rd
index ea4c716..ee6de44 100644
--- a/man/kable_styling.Rd
+++ b/man/kable_styling.Rd
@@ -11,7 +11,7 @@
repeat_header_method = c("append", "replace"),
repeat_header_continued = FALSE, stripe_color = "gray!6",
stripe_index = NULL, latex_table_env = NULL, protect_latex = TRUE,
- table.envir = "table")
+ table.envir = "table", fixed_thead = FALSE)
}
\arguments{
\item{kable_input}{Output of \code{knitr::kable()} with \code{format} specified}
@@ -81,6 +81,9 @@
a plain no-caption table in a \code{table} environment in order to center the
table. You can specify this option to things like \code{table*} or \code{float*} based
on your need.}
+
+\item{fixed_thead}{HTML table option so table header row is fixed at top.
+Values can be either T/F or \code{list(enabled = T/F, background = "anycolor")}.}
}
\description{
This function provides a cleaner approach to modify the style