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().
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>