inst/examples/DT-click/ui.R

library(shiny)

navbarPage(

  title = 'Interaction with Table Cells', id = 'x0',

  tabPanel('Table', DT::dataTableOutput('x1')),

  tabPanel('Plot', textInput('x2', 'Row ID'), plotOutput('x3'))

)
rstudio/DT documentation built on April 9, 2024, 10:39 p.m.