How to search in two columns of a datatable?

How to search in two columns of a datatable?

mr. cronosmr. cronos Posts: 1Questions: 1Answers: 0

I have a text box for searches, I have the following table:

If I search for 72304453 or ALA MARTINEZ I WANT ME TO FILTER ANY ROW WITH THOSE VALUES

Answers

  • kthorngrenkthorngren Posts: 21,342Questions: 26Answers: 4,954

    Use a regex search. See this example. In the Global search input type accountant|tokyo. Check the Treat as regex checkbox then uncheck the Use smart search checkbox.

    Kevin

Sign In or Register to comment.