I have a popup which works except that the pointer does not point at the good location:
It seems to be due to a lack of place. Do you know a workaround ? Is the pointer necessarily at the middle of the popup side ? I don't want to change the placement of the popup (data-placement="bottom"
).
<table style="width:300px">
<tr>
<td><a href="#" data-toggle="popover" data-content="Jill is a kiwi<img src='http://s.cdpn.io/3/kiwi.svg'>" data-html="true" data-animation="true" data-placement="bottom" data-trigger="hover" title="Who is Jill?">Jill</a></td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</table>