HTML, CSS, JavaScript
Bootstrap Popover not displaying in a table
Gravatar is a globally recognized avatar based on your email address. Bootstrap Popover not displaying in a table
  Carl Chambers
  All
  Apr 24, 2017 @ 10:19pm

Hi all,

According to everything I've read there should be no problem putting a Bootstrap Popover in a <td>.
I'm using Bootstrap.js 3.1.1

The following works fine elsewhere in the same html template (so the popover plugin is being initialized) but does not work in a table.

<a href="" class="js-popover"
           title="Part Notes"
           tabindex="-1"
           data-container="body"
           data-toggle="popover"
           data-placement="top"
           data-original-title=""
           data-trigger="click"
           data-html="true"
           data-content="{{ part.part_notes }}"
           ng-show="part.part_notes">
  <i class="fa fa-commenting-o fa-lg"></i>
</a>

Online searches haven't helped so far. Can anyone think of anything that might cause this problem?

Thanks,
Carl

Gravatar is a globally recognized avatar based on your email address. re: Bootstrap Popover not displaying in a table
  FoxInCloud Support - Thierry N.
  Carl Chambers
  Apr 25, 2017 @ 02:19am

could you post a screenshot?

© 1996-2024