Search behavior
Search behavior
Hello,
I have a Table with some data row, one of this column have html and javascript code inside a tag <xmp> to brownser not compile html or javascrip.
But, when i do a search like "img" i found:
'<img>'
http://.../590?output=**img**...
without problem, but i know i have in my table some register like this:
<script type="text/javascript"
src="https://img.metaffiliation.com/u/23/p57013...
for some reason this row is not filtered when i try...
and if i try to search for "p57013", datatable dont find this row... but when i clear search, i can manually find row with this data.
Answers
Sounds like using orthogonal data might help.
Kevin