I want to be able to use an AND operator on a single column. I don't want the range functionality from the plugin, but something that implements an AND operator.
If you are searching on a single column, presumably with fnFilter, just disable the smart filtering ( http://datatables.net/api#fnFilter ) and it will string match. You can also do your own regex if you want to ensure the exact match you want.
Replies
Allan