column search an array?
column search an array?
ale1981
Posts: 3Questions: 1Answers: 0
I am having problems trying to search / filter a column by an array.
what I am trying to do;
dTable.column(0).search( [1,9] ).draw()
what I would like is to filter column 0 if the column value exists in the array, is this possible?
This discussion has been closed.
Answers
I have also tried the filter route and managed to get the filtered data but am unsure on how to apply the filter?
Anybody know how I can apply this filter to my table?