(2021-4-2)
compatible with DT(>=0.17)
Enhance function of the editableDT module : no more page reset after edit or delete data
(2020-3-6)
(2019-1-18)
bug-fixed
New function “editFiles” added
(2018-8-9)
support mode argument. See inst/example/app.R
Support DT with editable=TRUE. You can edit data by double-click the cell.
(2017-Oct-27)
(2017-Oct-21)
New function “selectizeInput3” added
Added “insertRow”,“new Col”,“Remove Col” actionButtons in “editableDT” module
Bug fixed
(2017-Oct-8)
Bug fixed
Add several example applications in “inst” folder
(2017-Oct-3)
Rewrite the R codes for ‘editData’ function as shiny modules
New shiny module functions “editableDTUI” and “editableDT” added. These module are intended for reuse across applications.
New function “textInput3”,“selectInput3”,“label3”,“numericInput3”,“checkboxInput3”, “radioButtons3” and “dateInput3” added for side-by-side input
(2017-Sep-22)