add one more search box as additional search

add one more search box as additional search

balvirbalvir 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,
} );

Answers

  • balvirbalvir Posts: 5Questions: 4Answers: 0

    Hi,

    I also Want to know if search on single column only

  • vaishnavkokavaishnavkoka Posts: 132Questions: 23Answers: 1

    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

This discussion has been closed.