Description
A Wrapper of the JavaScript Library 'DataTables'.
Description
Data objects in R can be rendered as HTML tables using the JavaScript library 'DataTables' (typically via R Markdown or Shiny). The 'DataTables' library has been included in this R package. The package name 'DT' is an abbreviation of 'DataTables'.
README.md
This app demonstrates how to use updateFilters()
to update the limits on column filters after changes to the data, without re-rendering the entire table.