The filtering in DataTables uses regular expressions, so you can get what you need from that ( http://datatables.net/api#fnFilter ). It's worth noting that when using global filtering DataTables treats a space character as an effective AND (to make filtering easier by default). The column based filtering does not do this.
This might also be of interest to you for more complex filters: http://datatables.net/development/filtering
Replies
The filtering in DataTables uses regular expressions, so you can get what you need from that ( http://datatables.net/api#fnFilter ). It's worth noting that when using global filtering DataTables treats a space character as an effective AND (to make filtering easier by default). The column based filtering does not do this.
This might also be of interest to you for more complex filters: http://datatables.net/development/filtering
Regards,
Allan