Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AntoineGuillot2/ButtonsInDataTable
Code for the tutorial on adding actionnable button in datatable in Shiny
https://github.com/AntoineGuillot2/ButtonsInDataTable
js r shiny shiny-applications shiny-apps shinyapps shinydashboard
Last synced: 3 months ago
JSON representation
Code for the tutorial on adding actionnable button in datatable in Shiny
- Host: GitHub
- URL: https://github.com/AntoineGuillot2/ButtonsInDataTable
- Owner: AntoineGuillot2
- Created: 2017-03-01T15:45:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T15:01:28.000Z (over 7 years ago)
- Last Synced: 2024-06-11T11:45:51.036Z (5 months ago)
- Topics: js, r, shiny, shiny-applications, shiny-apps, shinyapps, shinydashboard
- Language: R
- Homepage: http://enhancedatascience.com/2017/03/01/three-r-shiny-tricks-to-make-your-shiny-app-shines-33-buttons-to-delete-edit-and-compare-datatable-rows/
- Size: 2.93 KB
- Stars: 43
- Watchers: 6
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - AntoineGuillot2/ButtonsInDataTable - Code for the tutorial on adding actionnable button in datatable in Shiny (R)
README
## Adding buttons and checkboxes in a datatable in R Shiny to perform actions
This is the source code of the tutorial in [enhance data](http://enhancedatascience.com/2017/03/01/three-r-shiny-tricks-to-make-your-shiny-app-shines-33-buttons-to-delete-edit-and-compare-datatable-rows/). This tutorial aims the realisation of an app with button in a datatable to delete, compare and modify rows in a datatable.