I have a renderDataTable held in a reactive object (react_table). I have another reactive object (react_plot) that plots react_table(). My goal is for react_plot() to refresh when the user interacts with react_table(), such as by sorting it.
I know this is exceedingly simple but I just can't figure out the logic behind it. How do I make react_table() update/save (the object itself, not just what the user sees) whenever the user interacts with the table so show_plot() will update?