Is there a way to put actual html code inside a title attribute on a table row element? My goal is to pop-up not only text but some info-graphics along with it, so a mouseo
Using Bootstrap Tooltips one can do the following
this has an html supported tooltip
for me it happens automatically but you might need to trigger it with javascript.
$(function () { $('[data-toggle="tooltip"]').tooltip() })
docs