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 @@
 
 
 
+
+