I want to pass multiple search Values to fnFilter function with 'OR' & 'AND' clause.I know that is possible through Regular expression.I am finding it difficult to write the one.
I have a datatable with information about people.It has columns as Name,age,Gender,Country.
I want to have check box filter for the Gender column.If i check both MALE and FEMALE all the records should be displayed.Also this filtering has to happen on current filtered values and not on whole data.