I create a link in a cell with two components, the URL and some text. Thus I create a clickable link that jumps to the URL, perfect. Now what I need for my client is the following:
a cell with some text that reads "SKUs" and when they hover over that with a mouse, the hover bubble shows off all the text representing 1 or more SKUs.
The problem I have is Monday API seems to only support the link concepts of URL and some text to display. I see no way to add an ALT TAG full of the SKUs themselves. The idea is, the client can hover over the link (with an URL set to ‘#’ so it goes nowhere) but the hover bubble would quickly show off all the SKUs associated with the item row.
Looking for a way to accomplish this and open to any suggestions. Please! I do not want to litter a cell with all the SKUs but if a link and hover is impossible, I suppose this is what I will have to do.