Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

How to ignore html elements in anchor tag

$
0
0

In the following column, I would like the filter search to only consider "Louisville" and to ignore "Kentucky" (Which is only "visible" to the user when the popover link is clicked.) My problem is that if I filter for "Ken" (as in Kenny), the following row will still show even though the only "data" I want considered is "Louisville":

<td>
<a href="#"
data-toggle="popover"
data-html="true"
title="<b>State:</b>"
data-content="<b>Kentucky<b>">Louisville
</a>
</td>


Viewing all articles
Browse latest Browse all 2364

Trending Articles