Commit 9bc006f0 authored by kapsner's avatar kapsner
Browse files

bigger size of quick-etl-check table

parent 663265b5
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -30,7 +30,7 @@ summaryTable <- function(){
# render quick ETL check tables
renderQuickETL <- function(dat_table){
DT::datatable(dat_table, options=list(dom = "t", scrollY="30vh", pageLength = nrow(dat_table)), rownames = F) %>%
DT::datatable(dat_table, options=list(dom = "t", scrollY="60vh", pageLength = nrow(dat_table)), rownames = F) %>%
formatStyle(columns=2,
backgroundColor = styleEqual(c("passed", "failed"), c("lightgreen", "red"))) %>%
formatStyle(columns=3,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment