inst/examples/shiny/DT/ui.R

library(ggiraph)
library(htmltools)
shinyUI(fluidPage(
  fluidRow(
    column(width=12,
           includeScript(path = "set_search_val.js"),
           h4("click a point, the data table will be filtered...")
           )
  ),

  fluidRow(
    column(width=6,
      girafeOutput("plot_")
    ),
    column(width=6,
           DT::dataTableOutput("dt_")
    )
  )
))
davidgohel/ggiraph documentation built on Dec. 21, 2024, 3:35 p.m.