Guidelines
Description
Loving the package so far. It would be great to be able to access the full reactable data.frame of data after inputting/changing data, similar to how DT/toastui create input$ variables for their editable data.frames.
Problem
Being able to use edited data as part of the entire reactable data frame in downstream processes is more of a challenge currently as you need to track the input$dropdown as they change.
Proposed Solution
Would think there would be a way to capture the state with javascript and send to shiny server input, but not well versed in javascript.
Alternatives Considered
Not sure
Guidelines
Description
Loving the package so far. It would be great to be able to access the full reactable data.frame of data after inputting/changing data, similar to how DT/toastui create input$ variables for their editable data.frames.
Problem
Being able to use edited data as part of the entire reactable data frame in downstream processes is more of a challenge currently as you need to track the input$dropdown as they change.
Proposed Solution
Would think there would be a way to capture the state with javascript and send to shiny server input, but not well versed in javascript.
Alternatives Considered
Not sure