Changes in version 0.2.1 ================= (2021-7-9) - Bug-fixed Changes in version 0.2.0 ================= (2021-4-9) - Bug-fixed Changes in version 0.1.9 ================= (2021-4-4) - Shiny module "editableDT" can deal data with lots of columns and large string length. Changes in version 0.1.8.1 ================== (2021-4-3) - bug-fixed version Changes in version 0.1.8 (2021-04-02) ================ (2021-4-2) - compatible with DT(>=0.17) - Enhance function of the editableDT module : no more page reset after edit or delete data Changes in version 0.1.7 ================ (2020-3-6) - compatible with DT(>=0.12) Changes in version 0.1.6 ================ (2019-1-18) - bug-fixed - New function "editFiles" added Changes in version 0.1.5 ================ (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. Changes in version 0.1.4 ================ (2017-Oct-27) - Can manipulate data with dplyr functions Changes in version 0.1.3 ================ (2017-Oct-21) - New function "selectizeInput3" added - Added "insertRow","new Col","Remove Col" actionButtons in "editableDT" module - Bug fixed Changes in version 0.1.2 (2017-10-07) ================= (2017-Oct-8) - Bug fixed - Add several example applications in "inst" folder Changes in version 0.1.1 (2017-10-03) ================== (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 Changes in version 0.1.0 (2017-09-24) ==================== (2017-Sep-22) - new function "editData" added