search finds text in script element
search finds text in script element
If a td element contains a script element the complete content of the script element will be found by search.
Please ignore the content of a script element.
Example:
http://live.datatables.net/xiyemuru/1/
Search for: function
This discussion has been closed.
Replies
Use Orthogonal data to extract the data you want searched for the
filteroperation. Look at the Computed values section for an example of usingcolumns.renderfor this. Might be able to use jQuery text() to get the text of thediv.Kevin