search by through a select box

search by through a select box

srimanta12srimanta12 Posts: 12Questions: 0Answers: 0
edited May 2012 in DataTables 1.9
Hi,
I am trying to customize a search form. The form is a combination of textfields, dropdown boxes and number range fileds. For textfields, I successfully done the actual work. But I stick to dropdown boxes and number range fields. I have three fields having drop down, for those how can I do that. If I use the following code like :
[code]
var oTable = $('#example').dataTable( {
"oLanguage": {
"sSearch": "Search all columns:"
}
} );
[/code]
then for all columns I am getting dropdown. But I want to restrict for three columns, lets say column no2 and column 4. Then how to do that.
This discussion has been closed.