• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..21-Nov-2019-

rsconnect/shinyapps.io/yihui/H18-Jul-2015-109

DESCRIPTIONH A D17-Jul-2015133 76

Readme.mdH A D17-Jan-2018482 107

server.RH A D23-Jun-20205.4 KiB185149

ui.RH A D18-Jul-20154.4 KiB188179

Readme.md

1This example demonstrates row, column, and cell selections in **DT**.
2
3All types of selections work in both client-side and server-side processing
4modes. The selection mode can be `none`, `single`, or `multiple`. You may select
5rows, columns, cells, or both rows and columns, and obtain the row/column/cell
6indices from Shiny accordingly. See the [**DT**
7website](https://rstudio.github.io/DT/shiny.html) for more information.
8
9**DT** (>= 0.1.26) is required to run this example.
10