how to search array list of string on perticular column of the java script datatable?

how to search array list of string on perticular column of the java script datatable?

parag.pannaseparag.pannase Posts: 1Questions: 1Answers: 0

HI Team,

I have a array list of string and i am performing search operation on single column of datatable.
my code is like.
rows_selected =["ABest", "ACarpenter", "adenney", "AFletcher"];

microChartTable.columns(0).search(rows_selected).draw();

the above code is work fine but its search for single string.I have seen the documentation of data table search but i didnt find any methods/parameters for my requerment.
kindly give some reference or alternative of above code.

thank you
parag pannase

This discussion has been closed.