https://github.com/jienagu/DT-Editor
This is a DT Editor Shiny app
https://github.com/jienagu/DT-Editor
Last synced: 5 months ago
JSON representation
This is a DT Editor Shiny app
- Host: GitHub
- URL: https://github.com/jienagu/DT-Editor
- Owner: jienagu
- License: gpl-3.0
- Created: 2019-02-04T19:20:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T01:23:27.000Z (almost 4 years ago)
- Last Synced: 2024-08-13T07:15:28.483Z (8 months ago)
- Language: R
- Homepage:
- Size: 5.01 MB
- Stars: 73
- Watchers: 6
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jienagu/DT-Editor - This is a DT Editor Shiny app (R)
README
# DT-Editor
This is a DT Editor Shiny App that has (almost) all features of data table editor. Here is a live shiny app demo (limited active hours): https://appforiarteam.shinyapps.io/DT_Editor_Example2/
A live tutorial recorded in Shiny Dev Podcast https://shinydevseries.com/post/episode-16-jmclellan/ from 4:18, a Shiny Module tutorial is from 13:23.

# Shiny Module
Here is a DT editor shiny module that can fit for any data.table You just need to create your data.table and load it to the same location of your shiny app as note.rds
https://github.com/jienagu/DT_editor_shiny_module