inst/examples/filtering/ui.R

shinyUI(
  fluidPage(
    tags$h3("Open a node and filter with the slider."),
    br(),
    fluidRow(
      column(
        6,
        jstreeOutput("tree")
      ),
      column(
        6,
        sliderInput(
          "range",
          label = "Population",
          min = 0, max = 100000000, value = c(0, 100000000)
        )
      )
    )
  )
)

Try the jsTreeR package in your browser

Any scripts or data that you put into this service are public.

jsTreeR documentation built on July 4, 2024, 9:08 a.m.