How do you implement a search like this without using the data table?
How do you implement a search like this without using the data table?

So angular has a built in filter, however how are you able to type part of a word hit space and then filter other columns?
This discussion has been closed.
Answers
This is the function that DataTables uses to implement its search. You could use a method something like that.
Allan