Hi,
In the BalloonWidget there is an option for the Trigger property to be set up as "Manual".
How can you trigger this widget manually?
I am assuming that this will require JavaScript, but I am having a hard time figuring out the code.
Thanks,
Hi,Don't know if you already find the solution, but the instance of the Balloon/Tippy is saved on the Target/WidgetId element so you can access it via _tippyExample:document.getElementsByClassName("table-row")[0]._tippy.show()