for example, there is a column index of 7 about Source. I want to filter out all Source from A or B to be my result by typing A,B in the search input box. the format A,B is flexible, it can be A|B, A B.
Thanks for any help.
Use regexp: https://datatables.net/forums/discussion/6946/multiple-filters-on-same-column
Go to: http://www.datatables.net/release-datatables/examples/api/regex.html
100% Working Multiple value search single column
var oTable = $('#intrestTable1').DataTable( {});
oTable.column(5).search("caod|bullet",true,false).draw();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With