Skip to content

Commit

Permalink
minor fix in datatables 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dokato committed Sep 7, 2020
1 parent 81c90c7 commit 6ade730
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export(segment)
export(selectInput)
export(semanticPage)
export(semantic_DT)
export(semantic_DTOutput)
export(setProgress)
export(set_progress)
export(shiny_input)
Expand Down
1 change: 1 addition & 0 deletions R/tables.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ semantic_DT <- function(..., options = list()) {
#' @param ... datatable parameters, check \code{?DT::datatable} to learn more.
#'
#' @return DT Output with semanitc style
#' @export
semantic_DTOutput <- function(...) {
DT::DTOutput(...)
}
2 changes: 1 addition & 1 deletion man/semantic_DT.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ade730

Please sign in to comment.