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'))

)
keyan007/DT documentation built on May 31, 2019, 2:24 p.m.