You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One quick fix is Open tbapi.php at extensions/bootstrap/components
Add a line inside registerPopover function as $options['html']=true; when $options['selector'] is set
How do you render HTML content inside popover? I tried something like:
but it didn't work. The rendered HTML was:
Is it possible to render something like:
Or maybe setting html attribute for popover?
The text was updated successfully, but these errors were encountered: