Tooltip widgets

0
There a few tooltip widgets in the appstore and they all work nice from what I've experienced. However, I haven't been able to get any of them to work within a listview, I end up the info from one of my list view items repeated in all of the different items on the list. Does anyone know of one the works? Is this issue caused by the old structure and the widget needs to be rewrapped in the new structure so that it gets instantiated by each? 
asked
2 answers
2

Make sure to put a container around the widget and the object you are using for your tooltip

answered
0

Hi Marc,

I've used the Bootstrap tooltip (context) widget before in listviews, works like a charm! Use a microflow as datasource and construct your display string from whatever attributes from the listview object you like.

answered