Make a bootstrap tooltip searchable too?

Make a bootstrap tooltip searchable too?

Heart1010Heart1010 Posts: 21Questions: 2Answers: 0
edited June 2015 in Free community support

Hi,

I show only one ID (e.g. 123456) in a td cell in my datatable but using the bootstrap style and here I use the bootstrap tooltip (in the td tag) to show more info on that td cell when I hover over that cell with the mouse, see screenshot.

So is it possible to "expand" the datatable search field (top right) so it also can find the text in such bootstrap tooltips?

This td cell in the screenshot looks like

<td style="text-align: center" 
data-toggle="tooltip" 
data-container="body" 
data-html="true" 
data-placement="bottom" 
data-original-title="Terminal: <b>virtuell Terminal</b><br>
&Oslash; mtl. Miete: <b>13,90  &euro;</b><br>
Vertragsbeginn: <b>01.12.2013</b><br>
Vertragslaufzeit: <b>60 Monate</b><br>
Vertragsende: <b>30.11.2018</b><br>
K&uuml;ndigung zum: <b style='color: red'></b>"
>58063478</td>

Screenshot: http://storage2.static.itmages.com/i/15/0618/h_1434621810_2114343_2f7aee6bcc.png

This discussion has been closed.