How to search in two columns of a datatable?
How to search in two columns of a datatable?
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
This discussion has been closed.
Answers
Use a regex search. See this example. In the
Global searchinput typeaccountant|tokyo. Check theTreat as regexcheckbox then uncheck theUse smart searchcheckbox.Kevin