Filtering multiple values on a single column...

Filtering multiple values on a single column...

karegakarega Posts: 1Questions: 0Answers: 0
edited October 2010 in General
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.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    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.

    Allan
This discussion has been closed.