add one more search box as additional search
add one more search box as additional search
balvir
Posts: 5Questions: 4Answers: 0
Hi,
I am using datatable version 1.9.4.
I have implemented datatable without ajax on simple table html. There is a default search box which search for all columns. I want to show one more custom drop down field with some custom values. On select dropdown value, it should search from current showing data (all columns and rows). It should search same as working default search.
My js code is given below:-
$('#data_Table').dataTable( {
"iDisplayLength": 50,
} );
This discussion has been closed.
Answers
Hi,
I also Want to know if search on single column only
Hi @bavir,
A simple search could get you many solution,please go through this link
let me know if you need further help
Thanks
Koka