fooplugins / FooTable

jQuery plugin to make HTML tables responsive
https://fooplugins.com/plugins/footable-jquery/
Other
2.12k stars 636 forks source link

Bootstrap Tooltip inside <td> with inner elements does not display #901

Open sohrabzia opened 3 weeks ago

sohrabzia commented 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