inst/examples/basic/ui.R

# --------------------------------------------------------
# Minimal shiny app demonstrating the D3TableFilter widget
# ui.R
# --------------------------------------------------------
# --------------------------------------------------------
library(shiny)
library(htmlwidgets)
library(D3TableFilter)

shinyUI(fluidPage(
  title = 'Basic usage of D3TableFilter in Shiny',
  fluidRow(
    column(width = 12, d3tfOutput('mtcars', height = "auto"))
  )
))
ThomasSiegmund/D3TableFilter documentation built on May 9, 2019, 4:46 p.m.