I have a datagrid with a custom column containing a horizontal flex box which contains an array of images.
These images are the logos for apps, and I want users to be able to hover over each image and reveal the app’s name, and for that tooltip to disappear when their cursor moves away.
I have seen that there are ways to create one tooltip using a dropdown or text box and reveal/hide it using workflows.
I could theoretically create one for each app logo, but I don’t how many I’ll have in each row and don’t know how many rows I’ll have.
How do I create an indeterminate number of tooltips, one for each image in array, where each row has a different array? To complicate things further, the tooltip should display next to each logo not in a single fixed location. Is this possible?