Iam trying to implement multiple column search. The below code searches for text in both the columns

Iam trying to implement multiple column search. The below code searches for text in both the columns

sugendar91@gmail.comsugendar91@gmail.com Posts: 1Questions: 1Answers: 0
edited October 2022 in Free community support

table.columns(1).search($(this).val()).draw();
table.columns(2).search($(this).val()).draw();

it filters text matching in both columns(AND condition).. Iam looking to filter rows that matches either of the columns.

Answers

Sign In or Register to comment.