Skip to contents

Renders an interactive DT table that allows users to filter rows of a data frame. Place this in the UI where you want the filterable table to appear, using an id that matches the one passed to dataFilterServer().

Usage

dataFilterUI(id)

Arguments

id

The ID for the Shiny module.

Value

A Shiny tagList containing the DT table output.

Author

Jacob Martin

Examples

library(VizModules)
dataFilterUI("myFilter")
#> <div class="datatables html-widget html-widget-output shiny-report-size html-fill-item" id="myFilter-table" style="width:100%;height:auto;"></div>