rstudio / DT

R Interface to the jQuery Plug-in DataTables
https://rstudio.github.io/DT/
Other
587 stars 184 forks source link

Add renderDT(outputArgs=), remove doc dependency on deprecated Shiny funcs #1128

Closed jcheng5 closed 3 months ago

jcheng5 commented 3 months ago

We're transitioning toward removing shiny::dataTableOutput and shiny::renderDataTable and having them shim their DT equivalents. (see https://github.com/rstudio/shiny/issues/3986)

Neither the addition of outputArgs nor the removal of the @inheritParams are urgently needed, just thought I'd do this while I was thinking of it.

yihui commented 3 months ago

Sounds good. Thanks!