Open sohrabzia opened 3 weeks ago
When using FooTable, Bootstrap tooltips work fine when applied directly on a <td> element. However, if a tooltip is applied to an inner element, such as a <p>, <span>, or <i>tag inside the <td>, the tooltip does not display. here is the Codepen link
<td>
<p>
<span>
<i>
When using FooTable, Bootstrap tooltips work fine when applied directly on a
<td>
element. However, if a tooltip is applied to an inner element, such as a<p>
,<span>
, or<i>
tag inside the<td>
, the tooltip does not display. here is the Codepen link