Update plot from interactive table in html
问题 What I would like to be able to do is to update the plot based on the output from the (DT-)table after filtering in the html . For example - here is a screenshot of the table filtered for maz in the html: I would like the scatter plot to update to only show the values shown in the filtered table. Is this possible? I know I could achieve something like this using a shiny web app, but is it possible to embed some shiny code into the html to achieve this? (I have very limited experience using