Hi, I have a basic html.Table in dash. Is there any way to hover over each entry in the table and display some basic information about it? For example, suppose my cell contains the word “dash”, then the hover box would display “beautiful web-based interfaces in Python”. Is this possible?
Thank you