Package: DT 0.34.0.9000

Image

Garrick Aden-Buie

DT: A Wrapper of the JavaScript Library 'DataTables'

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'.

Authors:Yihui Xie [aut], Joe Cheng [aut], Xianying Tan [aut], Garrick Aden-Buie [aut, cre], JJ Allaire [ctb], Maximilian Girlich [ctb], Greg Freedman Ellis [ctb], Johannes Rauh [ctb], SpryMedia Limited [ctb, cph], Brian Reavis [ctb, cph], Leon Gersen [ctb, cph], Bartek Szopka [ctb, cph], Alex Pickering [ctb], William Holmes [ctb], Mikko Marttila [ctb], Andres Quintero [ctb], Stéphane Laurent [ctb], Posit Software, PBC [cph, fnd]

DT_0.34.0.9000.tar.gz
DT_0.34.0.9000.zip(r-4.6)DT_0.34.0.9000.zip(r-4.5)DT_0.34.0.9000.zip(r-4.4)
DT_0.34.0.9000.tgz(r-4.6-any)DT_0.34.0.9000.tgz(r-4.5-any)
DT_0.34.0.9000.tar.gz(r-4.6-any)DT_0.34.0.9000.tar.gz(r-4.5-any)
DT_0.34.0.9000.tgz(r-4.5-emscripten)
DT.pdf |DT.html
DT/json (API)
NEWS

# Install 'DT' in R:
install.packages('DT', repos = c('https://rstudio.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/rstudio/dt/issues

On CRAN:

Conda:

datatableshtmlwidgetsjavascriptshiny

18.72 score 616 stars 732 packages 45k scripts 481k downloads 74 mentions 42 exports 33 dependencies

Last updated from:b12b69b489. Checks:9 OK. Indexed: yes.

TargetResultTotal timeArtifact
linux-devel-x86_64OK122
source / vignettesOK154
linux-release-x86_64OK124
macos-devel-arm64OK134
macos-release-arm64OK83
windows-develOK75
windows-releaseOK87
windows-oldrelOK94
wasm-releaseOK118

Exports:%>%addRowclearSearchcoerceValuecolReorderdatatabledataTableAjaxdataTableOutputdataTableProxydoColumnSearchdoGlobalSearchDTOutputeditDataformatCurrencyformatDateformatPercentageformatRoundformatSignifformatStringformatStylehideColsJSreloadDatarenderDataTablerenderDTreplaceDatasaveWidgetselectCellsselectColumnsselectPageselectRowsshowColsstyleColorBarstyleEqualstyleIntervalstyleRowstyleValuetableFootertableHeaderupdateCaptionupdateFiltersupdateSearch

Dependencies:base64encbslibcachemclicrosstalkdigestevaluatefastmapfontawesomefshighrhtmltoolshtmlwidgetsjquerylibjsonliteknitrlaterlazyevallifecyclemagrittrmemoisemimeotelpromisesR6rappdirsRcpprlangrmarkdownsasstinytexxfunyaml

An Introduction to the DT Package

Rendered fromDT.Rmdusingknitr::rmarkdown_notangleon Feb 06 2026.

Last update: 2020-08-05
Started: 2014-12-04

Readme and manuals

Help Manual

Help pageTopics
Coerce a character string to the same type as a target valuecoerceValue
Create an HTML table widget using the DataTables librarydatatable
Register a data object in a shiny session for DataTablesdataTableAjax
Helper functions for using DT in ShinydataTableOutput DTOutput renderDataTable renderDT
Manipulate an existing DataTables instance in a Shiny appaddRow clearSearch colReorder dataTableProxy hideCols reloadData selectCells selectColumns selectPage selectRows showCols updateCaption updateSearch
Server-side searchingdoColumnSearch doGlobalSearch
Objects imported from other packages%>% JS saveWidget
Edit a data object using the information from the editor in a DataTableeditData
Format table columnsformatCurrency formatDate formatPercentage formatRound formatSignif formatString formatStyle
Replace data in an existing tablereplaceData updateFilters
Conditional CSS stylesstyleColorBar styleEqual styleInterval styleRow styleValue
Generate a table header or footer from column namestableFooter tableHeader

  • Image