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 agree to follow this project's Contributing Guidelines.
Description
I'm using rhandsontable to allow end users to update values of a table in a shiny app, and then save it to a file. But the UX is terrible, when deployed to Posit Connect (other users have reported this on its GH). I had to replace a nice reactable with that. I'm hoping I can have both the aesthetics and functionality of reactable with the ability to modify and save.
Problem
Wanting a user to update info and have it persist to the next time they access it (by saving it somewhere and using that to update the source data).
Proposed Solution
I don't know if this is possible currently or not. An out of the box function would be used by many people I think, but if I can do something manually now I'd like to (and/or I can help contribute to this development).
Alternatives Considered
rhandsontable is the only package I've found to do this, it has a glitchy UI when deployed to a server and it has not been updated for a long time.
The text was updated successfully, but these errors were encountered:
Then, as I make changes in the text column, each change in character is logged.
I could take the last row for each distinct row : N... column : X group and try and use that to go back and update the source data.
The effort it would take for me to do this is probably prohibitive, given the likely shaky outcome (at best). I would have significant downstream work to do as well, because my current process saves a file to Azure blob storage, then uses Azure data factory to upsert that file to a database.
No. Admittedly, I haven't tried. I watched a portion of a webinar from Posit about using the DT package.
Before trying with reactable I had implemented with rhandsontable I believe it was called. Very buggy when deployed to Posit Connect though it worked fine locally (Shiny app). That package hadn't been updated for years.
Guidelines
Description
I'm using
rhandsontable
to allow end users to update values of a table in a shiny app, and then save it to a file. But the UX is terrible, when deployed to Posit Connect (other users have reported this on its GH). I had to replace a nice reactable with that. I'm hoping I can have both the aesthetics and functionality of reactable with the ability to modify and save.Problem
Wanting a user to update info and have it persist to the next time they access it (by saving it somewhere and using that to update the source data).
Proposed Solution
I don't know if this is possible currently or not. An out of the box function would be used by many people I think, but if I can do something manually now I'd like to (and/or I can help contribute to this development).
Alternatives Considered
rhandsontable
is the only package I've found to do this, it has a glitchy UI when deployed to a server and it has not been updated for a long time.The text was updated successfully, but these errors were encountered: