My Flask app generates a pandas dataframe which is converted to an html table that is formatted using a CSS style sheet. I'd like the user to be able to double click on a row in the table, which would cause some python code to be run based on which row is clicked on (and ultimately result in opening up a pop-up window displaying a new (different) table generated from that code). Is that possible?