We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94910ff commit 53fb757Copy full SHA for 53fb757
R/mod_inequalities_ui.R
@@ -34,6 +34,7 @@ mod_inequalities_ui <- function(id) {
34
shiny::actionButton(ns("set_all_zero_sum"), "Set all to zero sum"),
35
shiny::actionButton(ns("clear_all"), "Clear all", class = "btn-secondary")
36
),
37
+ shiny::br(),
38
shiny::div(
39
DT::dataTableOutput(ns("hrg_table"), height = "calc(100vh - 200px)")
40
)
0 commit comments