Is there any tutorials and/or showcases for dynamic tooltips? I couldn’t find anything in the docs. I think I have a good use for dynamic tooltips on my current project, I’d just like to see it in action.
I have a repeat region with titles of programs that our company has run in the past. On hover of those titles I will be showing a popover with the program title, short description and government it was funded by.
I have four columns in my table:
1: Unique Id
2: Program Title
3: Description
4: Funding Source
Doesn’t seem like I can add more than one expression to the content so I may have to merge the data in columns 3 and 4 into one column.
I think I will have to redo my data table structure. The problem with the suggested way is there is no way to format the content it will just display as one long sentence.
I may need to combine the description and funding source into one column and add HTML to it to provide the content formatting. And then just add it as a single expression.