commit | 9410a274719f0321afd138c8e4b6a784f68b5d55 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon Aug 03 01:11:47 2020 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon Aug 03 01:11:47 2020 -0400 |
tree | 9631306dcae7b7c4573be33707da078ec89fbbdc | |
parent | 27d89bf9a5afd0576268976def862d2dfdad57c5 [diff] [blame] |
add all_cols to add_indent
diff --git a/R/print.R b/R/print.R index 03e66ab..cf6ba64 100644 --- a/R/print.R +++ b/R/print.R
@@ -11,10 +11,6 @@ htmlDependencies(html_kable) <- dep class(html_kable) <- "shiny.tag.list" print(html_kable) - # if (interactive() & rstudioapi::isAvailable()) { - # htmltools::html_print(html_result, viewer = rstudioapi::viewer) - # } - # print(html_result) } #' HTML dependency for js script to enable bootstrap tooltip and popup message @@ -59,3 +55,5 @@ + +