In my application, I have a table where each row is an individual molecule. One column contains string information about the molecule’s structure. I have a function get_img that returns the molecule structure as an image, when supplied with the string information from the table.
Consider the following example:
I have a table with some columns. One of which is called img_information
When hovering over a cell in this column, I’d need the information in this cell to be passed to a function, that returns an image. This image should be drawn inside the tooltip.