DT: An R Interface to the JavaScript library DataTables
dt
The R package DT provides an R interface to the JavaScript library DataTables. R data objects (matrices or data frames) can be displayed as tables on HTML pages, and DataTables provides filtering, pagination, sorting, interactivity with Shiny, and many other features.
The DT package for R is a powerful integration of the JavaScript library DataTables. One of the things that I enjoy with DT
is enhancing my Shiny apps by rendering interactive tables with DT
. The DT
documentation, written by RStudio PBC and the DT
devs, is incredibly well-written and you’ll learn a lot about how you can use these tables in the development of robust R web apps. And the available Options…. Endless in a good way!
If you’re a Shiny dev, check out the live demos sourced below.
Source: