jQuery DataTables 'OR' Search/ Filter
问题 I am using jQuery DataTables (http://www.datatables.net/) to display some tabular data. The search/ filter is a powerful feature. Although if multiple keywords are searched in the table the search filters only the already filtered data. For instance in the example here - http://jsfiddle.net/illuminatus/2j0Lz5or/1/ If the keywords are searched like 10 99 it does not yield any result. I want the search to display all the results/ rows containing all the keyword which are searched or entered.