Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35272

Issue with searching multiple columns

$
0
0

I have to do a search similar to this:
table.DataTable()
.columns( [1, 3] )

            .search( "apple|orange",true,false ).draw();

And as a result I need to get all results with Apple in column 1 or Orange in column 3


Viewing all articles
Browse latest Browse all 35272

Trending Articles