Software
Placeholder

DT

R Interface to the jQuery Plug-in DataTables

JavaScript

The DT package provides an R interface to the DataTables JavaScript library through its datatable() function, enabling interactive display of R data frames. It allows developers to create feature-rich, interactive tables in R that work in both web applications and R Markdown documents.

The package wraps the powerful DataTables library to add filtering, sorting, pagination, and search capabilities to R data without requiring JavaScript knowledge. It integrates seamlessly with Shiny applications and supports server-side processing for large datasets. The package is currently maintained in bug-fix mode only, with new development contributions welcomed through pull requests.

Contributors