fnFilter Multiple Parameters

fnFilter Multiple Parameters

jsamuel89jsamuel89 Posts: 14Questions: 0Answers: 0
edited July 2012 in General
Hi,

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.

Any one help me??
This discussion has been closed.