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
This is aan adapted re-posting at the source of DT of this question. I remain stuck.
I am aiming to extend this example, which implements a shiny-rendered DT including the capture of any edits done to the rendered data.
My version is to split off datatable handling into a shiny module, but render the result in the toplevel namespace. In the above stackexchange.com issue, I have gotten introduced to session[["userData"]] and based on that manage to display the module-provided DT on the top namespace level.
I fail, however, to capture the input$*_cell_edit in a corresponding session[["userData"]] object for further reaction in the module. How would I go about this?
Minimal code demonstrating (the rendering side of) the issue follows:
I have provided the necessary information about my issue.
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.
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:
This is aan adapted re-posting at the source of
DT
of this question. I remain stuck.I am aiming to extend this example, which implements a
shiny
-renderedDT
including the capture of any edits done to the rendered data.My version is to split off datatable handling into a
shiny
module, but render the result in the toplevel namespace. In the above stackexchange.com issue, I have gotten introduced tosession[["userData"]]
and based on that manage to display the module-providedDT
on the top namespace level.I fail, however, to capture the
input$*_cell_edit
in a correspondingsession[["userData"]]
object for further reaction in the module. How would I go about this?Minimal code demonstrating (the rendering side of) the issue follows:
By filing an issue to this repo, I promise that
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: