Shiny_app/overview_table/overview_table_ui.R

mod_ui_overview_table <- function(id){
  # -------- CREATE NS --------
  ns <- NS(id)
  
  # --------- THE UI --------
  tagList(
    tabPanel("All Shots",
             dataTableOutput("mytable" %>% ns)
    )
  )
}
WeissenbergerSven/ShotAnalysis documentation built on May 21, 2019, 9:19 a.m.