Interactive Tooltip within Table?

I’d like to show a tooltip for an element in a table. As there are links I’d like the tooltip to be interactive and the links clickable.

  • Native tooltips are not clickable.
  • Native FocusGroup doesn’t allow me to reference the repeating cell/ elements within the table.
  • Using a reusable group within the table as reference element for FocusGroup doesn’t work either.

Any idea how I can solve this?

Explore plugins

I actually had to rebuild everything with repeating groups instead of tables. It just had to many limitations. A bit sad, that its not being further developed.
I used a popup then as a workaround.

The focus group should added inside the reusable element and referenced to another element there