"Greater Then" issue
"Greater Then" issue
![pedrolopes](https://secure.gravatar.com/avatar/153c79d2219cf015c64059b06bf7c059/?default=https%3A%2F%2Fvanillicon.com%2F153c79d2219cf015c64059b06bf7c059_200.png&rating=g&size=120)
Hey there!
First of all, congratulations for this wonderful jQuery plugin. It works great!
For my problem, I'm using your plugin to analyze data containing a [code]> or & gt ;[/code]... If I input a [code]>[/code] in the search box it will not find any results... I must type the [code]& gt ;[/code] to find something... How can I change this?
Thanks in advance!
First of all, congratulations for this wonderful jQuery plugin. It works great!
For my problem, I'm using your plugin to analyze data containing a [code]> or & gt ;[/code]... If I input a [code]>[/code] in the search box it will not find any results... I must type the [code]& gt ;[/code] to find something... How can I change this?
Thanks in advance!
This discussion has been closed.
Replies
Maybe you can use custom filtering to translate the anlge brackets to html entities. Cf. http://datatables.net/examples/plug-ins/range_filtering.html
hth, pktm