You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been experimenting with R shiny DT table with pagination and drop down list inside table and being able to save the entire updated table as csv file. It seems when I have pagination = FALSE, it can work as expected. However, in many use cases, we do need pagination = TRUE. I am referring to this stackoverflow page which works for pagination = FALSE. link: https://stackoverflow.com/questions/75948475/value-not-updated-in-shiny-using-dt-and-drop-down-selection/77706843#77706843
Can anyone help to improve it to be able to save the entire updated data table as csv file with pagination = TRUE?
I have provided the necessary information about my issue.
If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included xfun::session_info('DT'). I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: remotes::install_github('rstudio/DT').
If I have posted the same issue elsewhere, I have also mentioned it in this issue.
I have learned the Github Markdown syntax, and formatted my issue correctly.
I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered:
I checked your stackoverflow page. Actually this is not quite what I want. What I want is drop down list inside data table with fixed choices, not simply editting cells. I actually have some testing R shiny code here, but there's problem with it. The issue is when I click into other pages other than first page and select a choice from drop down list, it always goes back to first page. The code and the base csv file are in attached files, could you pls help to fix this? Many thanks!
Hi,
I have been experimenting with R shiny DT table with pagination and drop down list inside table and being able to save the entire updated table as csv file. It seems when I have pagination = FALSE, it can work as expected. However, in many use cases, we do need pagination = TRUE. I am referring to this stackoverflow page which works for pagination = FALSE. link: https://stackoverflow.com/questions/75948475/value-not-updated-in-shiny-using-dt-and-drop-down-selection/77706843#77706843
Can anyone help to improve it to be able to save the entire updated data table as csv file with pagination = TRUE?
Thanks
By filing an issue to this repo, I promise that
xfun::session_info('DT')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('rstudio/DT')
.I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered: