DTedit icon indicating copy to clipboard operation
DTedit copied to clipboard

Editable DataTables for shiny apps

Results 5 DTedit issues
Sort by recently updated
recently updated
newest added

When trying to use the following datatable.call in my own app the edit modal stops working properly: ``` datatable.call = function(...) { DT::datatable(..., filter = "top") } ``` I modified...

Whenever the Edit button is pressed it leaves this warning message in the console, this is an issue since it prevents the app logs to get automatically deleted (because there...

bug

Since your PR has effectively been rejected by the original author, have you considered making your fork independent from the original? You have added much more capabilities and solved several...

` devtools::install_github('DavidPatShuiFong/[email protected]') Downloading GitHub repo DavidPatShuiFong/[email protected] Error in utils::download.file(url, path, method = method, quiet = quiet, : download from 'https://api.github.com/repos/DavidPatShuiFong/DTedit/tarball/2.2.3' failed ` I can't install any version packages of "DavidPatShuiFong/DTedit"....

Hi again, I have some quite wide tables (>30 cols). Thus, the "New" window for data entry appears quite long. Any ideas on how to make it more convenient? For...

enhancement